Simple language project...

2008-01-14 Thread Tarmo Pikaro
Hi ! I've decided to mail to gcc mail list, since I've could find best programming language experts in here. I'm starting to design a new language called 'Simple language'. I'm searching for people for discussing ideas, designing, brainstorming and/or making pc side code. Here is web site: htt

cxx-reflection branch ?

2007-05-31 Thread Tarmo Pikaro
Hi ! I'm wondering whether cxx-reflection branch is still active or alive ? http://www.gnu.org/software/gcc/projects/cxx-reflection/ I've already tried to contact Gabriel Dos Reis [mailto:[EMAIL PROTECTED] but received no responce from him. Based on what I have found on web pages and in forums l

Build report for gcc 4.1.1 on Cygwin

2007-03-31 Thread Tarmo Pikaro
Hi ! Tried to compile gcc 4.1.1 (and .2) under windows / cygwin environment - and end up with error: In file included from ../.././gcc/gcc.c:134: ./configargs.h:2: error: missing terminating " character ./configargs.h:3: error: missing terminating " character ./configargs.h:4: error: parse error

We're out of tree codes; now what?

2007-03-24 Thread Tarmo Pikaro
> One advantage of most computer languages (with the arguable exception of > C, but even it has preprocessor macros) is that they provide high-level > constructs that make it easier to write programs. Constructors and destructors are quite simple functions which are executed at particular time.

We're out of tree codes; now what?

2007-03-22 Thread Tarmo Pikaro
> As for what is best to do, I don't know. But I do know that complexity is > bad, and that GCC is very complex. You are absolutely right about there > being hard limits. There are trade-offs required. Whether the current and > ongoing trade-offs are the right ones is an open question. I'm comp

Porting IDL language to gcc?

2005-07-29 Thread Tarmo Pikaro
Hi ! I would like to port IDL language (language for describing the interfaces) to gcc and also create a several backend compilers. Since the interface is not complete implementation it wont be possible to produce final executable after IDL parsing. Also as far as I can see IDL is heavily reduced