This website requires JavaScript.
Explore
Help
Sign in
bad
/
crftng-intrprtrs
Watch
1
Star
0
Fork
You've already forked crftng-intrprtrs
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
07d4ba5706
crftng-intrprtrs
/
test.lox
7 lines
69 B
Text
Raw
Normal View
History
Unescape
Escape
Implement variables in the interpreter
2022-05-01 19:26:17 +02:00
asdf = 1;
Block expression parsing
2022-05-05 19:29:50 +02:00
asdf2 = 1;
{
print "asdf "+asdf;
print "asdf2"+asdf2;
};
Reference in a new issue
Copy permalink