simple bytecode compiler

This commit is contained in:
2025-11-06 10:00:37 +03:00
parent 5ea5cd6f24
commit 4a754d6b16
4 changed files with 79 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
print(((1+2923)*3)/5)
print(((1+29.9)*3)/5)
print("hello world")