aboutsummaryrefslogtreecommitdiff
path: root/parts/table.h
AgeCommit message (Collapse)Author
2025-07-20start of grammar parsingkartofen
2025-07-17ok precedencekartofen
2025-07-10shift-reduce did not work, not works (not very good) with no nonassockartofen
2025-07-09untested precednece lolkartofen
2025-07-09edit readmekartofen
2025-07-08simple calculator examplekartofen
2025-07-06modular table buildingkartofen
2025-07-03working more or less parser generator (no semantic action, so pretty much ↵kartofen
useless
2025-07-02turn clr into lalr and first steps for generating a parserkartofen
2025-07-01major refactor, more modular (wow because obviously modularity is always a ↵kartofen
good thing yes), and etc