Initial commit
* Parser, compiler, objects, and VM base implementations * Stuff will print out, functions called, etc * There are probably plenty of bugs but this is a good starting point to start committing changes into git Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
3
examples/hello.np
Normal file
3
examples/hello.np
Normal file
@@ -0,0 +1,3 @@
|
||||
println(123);
|
||||
println(None);
|
||||
println("hell world");
|
||||
Reference in New Issue
Block a user