> yes it's there. Anyway, I just downloaded a binary version, a bit easier :-) > > Another question: Is there some test suite (for instance "make test") in > order to test the neko compiler?
you should be able to run "neko test.n" that will do some quick test. There is no complete test suite. > Or is there any distribution of example files, which can be used to > learn Neko? No, but there is a complete language specification which contain some samples and should be enough to learn Neko : http://nekovm.org/specs and the builtins & libraries documentation : http://nekovm.org/doc/libs Nicolas -- Neko : One VM to run them all (http://nekovm.org)
