summaryrefslogtreecommitdiff
path: root/projects/hackc/parser.py
AgeCommit message (Collapse)Author
2022-08-30hackc: print syntax error messageFrederick Yin
2022-08-30hackc: parse variable declarationFrederick Yin
Also add a handful of overloading operators to Token
2022-08-29hackc: backslash escape extensionFrederick Yin
2022-08-29hackc: exit on invalid tokenFrederick Yin
2022-08-29hackc: tokenizerFrederick Yin