dpb wrote:
Nicolas Cannasse <[EMAIL PROTECTED]> writes:
I added ../bin to the NEKOPATH defined in Makefile.
That should do it.
Now it works, thanks.
I noticed another problem though.
neko, nekoboot and nekoml don't have executive rights on GNU/Linux.
Exact.
I updated nekoboot.neko so it makes an additional chmod 755 call
I've been planning my own programming language, and was thinking of
trying to use Neko/NekoML for it. There isn't so much documentation
on how to go on about that. Are there any sample languages somewhere?
There is no NekoML documentation yet, only a little introduction. I'll
try to complete it before 1.2 release. Right now, there is two compilers
written in NekoML :
- the Neko compiler (nekoCVS/src/neko)
- the NekoML compiler (nekoCVS/src/nekoml)
I think the best is to read theses sources. If you have general
knowledge about compilers you should be able to write your own compiler
from them. The typer of NekoML is maybe the only difficult part.
Nicolas
---
Neko : One VM to run them all