Hi list,

I just finished bootstrapping Neko.
The structure of the project have changed :

/src
   /core : NekoML standard library
   /Neko : Neko compiler written in NekoML
   /Nekoml : NekoML compiler written in NekoML
/boot : precompiled Neko & NekoML compilers bytecodes for boostrapping
/vm : virtual machine

I entirely rewrote the Makefile. It nows compiles only libneko, the vm, the
standard C library and then compile the compiler. The plan is then to have a
Neko script starting in handling the rest of the compilation (mainly other C
libraries), which is not done yet.

Neko does not need OCaml anymore and should work on 64 bit computer if you
add -D_64BITS define to CFLAGS. The standard library have been rewritten and
completed.

I would like some people to do some testing with current build process.
Simply edit the first part of the Makefile to configure it as you need and
then run it.
Please tell me if you have any problem.

You can checkout the new distribution right now on CVS.

Nicolas

---
Neko : One VM to run them all

Reply via email to