Initial commit of neko
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R3577:0bdacdf23245: Initial commit of neko
Hi there, I tested the package by first going to http://nekovm.org/doc/begin and going to the Hello World section where the
neko team provides a test program. So what I did: I created a document called hello.neko and wrote the simple code of $print("hello neko world !\n"); Then I compiled the hello.neko by running (nekoc hello.neko) after that I ran the program by running (neko hello) which printed out the expected string of "hello neko world".
Diff Detail
Diff Detail
- Repository
- R3577 neko
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I also wanted to mention that I marked the licence as Custom (Unsure) because if you go to the license page (https://github.com/HaxeFoundation/neko/blob/master/LICENSE) the Neko team does not specify what license they are using but they do give a lot of information about it. Does anyone know what this license is classified as?
Comment Actions
Alphabetized the licenses, removed the empty line, and removed packages that are found in system.devel or were dependencies of another packages.
Comment Actions
Aside from note I made, LGTM.
package.yml | ||
---|---|---|
18–26 | These should be alphabetized as well (makes browsing through them easier), with pkgconfigs first. |