Logo
Explore Help
Sign In
intercal/not-python2
1
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

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
Powered by Gitea Version: 1.24.5 Page: 34ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API