* 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>
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
println(123);
|
|
println(None);
|
|
println("hell world");
|