|
|
|
|
|
by azakai
5686 days ago
|
|
I put up the demo after seeing that some simple stuff worked, like x = 10
print(x+25) etc., but I didn't test the compiled interpreter a lot more. Probably the statement you tried doesn't work because some stdlib function needs to be implemented. If people are really interested in getting this to work, we can probably figure it out, it will take some effort though. |
|