aboutsummaryrefslogtreecommitdiff
path: root/lr-parser.c
AgeCommit message (Collapse)Author
2025-07-20start of grammar parsingkartofen
2025-07-17ok precedencekartofen
2025-07-09untested precednece lolkartofen
2025-07-08simple calculator examplekartofen
2025-07-06modular table buildingkartofen
2025-07-06quick and easy semantic actionskartofen
2025-07-05lalr now acutally workskartofen
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
2025-06-30minimal lr parserkartofen