This website requires JavaScript.
Explore
Help
Sign In
glm94
/
clox
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
31
Commits
3
Branches
0
Tags
6daaaae7c2379394aa138bb5685f401ecfcab2e0
Commit Graph
2 Commits
Include renames
Author
SHA1
Message
Date
glm94
b072921304
Touched up the Scanner. Refactored the Interpreter some more, this time it's able to be run on simple expressions. String concatenation can be performed by the Interpreter however, numbers and Booleans are not being stored correctly in the Object structures.
2022-03-15 20:50:08 +00:00
glm94
1b33468343
Added a Makefile, removed the build script and had to modify the function names for either the scanner or parser so they didn't collide. Refactoring should be the next step here.
2022-03-01 18:03:57 +00:00