This website requires JavaScript.
Explore
Help
Sign In
glm94
/
clox
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
30
Commits
3
Branches
0
Tags
78e07778b1b72d13abd8b38323bd72652c6232ab
Commit Graph
2 Commits
Include renames
Author
SHA1
Message
Date
glm94
78e07778b1
Touched up the Scanner. Refactored the Parser some more, this time it's able to be run on simple expressions. String concatenation can be performed by the Parser however, numbers and Booleans are not being stored correctly in the Object structures.
2022-03-15 20:45:06 +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