Jan Bogaerts (Belgium) - language design,
scanner, parser, interpreter, C generator, library design, website
EMail: jan.bogaerts@pandora.be
What needs to be done:
There is plenty of work to be
done at the moment.
some of the more critical things are:
Testing: All the parts of the compiler currently need
thorough testing. Modules are being created so that they can be
tested separatly for as much as possible.
Get it to compile on linux boxes. This requires an update
in the common libraries first of all and than tune the C
generator so that the code that it spits out can compile.
base libraries need to be extended and tested
OS library headers need to be ported such as the linux and
win32 kernel, user,... libs.
The automation
libraries need to be extended and tested (this includes GUI stuff such
as forms and
buttons)
There are still plenty of tutorials to write
...
How to get started:
Download the code, take a look at the
test files, see if
you can grasp the base concepts.
Try to compile one of the test files by typing "Gene05
filenname.gen"
where filename is the path and name of the file you want to compile.