This website requires JavaScript.
Explore
Help
Sign In
intercal
/
not-python2
Watch
1
Star
0
Fork
0
You've already forked not-python2
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
4d005494a3b8e6426200e8d0d3e968a0ec302461
not-python2
/
examples
/
hello.np
5 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2023-04-01 22:34:35 -07:00
println(123);
println(None);
assignment: Add variable assignment * Syntax for x = y * Compiler creates Inst::Store thunks * New Vm::store function Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-04-02 01:55:51 -07:00
message = "hell world";
println(message);
Reference in New Issue
Copy Permalink