aboutsummaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2025-08-26grammar for the grammar and lexing and parsing of a new language lbpkartofen
2025-08-03calc implemented in my grammarkartofen
2025-07-20fix precedencekartofen
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-08move things aroundkartofen
2025-07-08simple calculator examplekartofen
2025-07-08genearate parser options and lexer and dect separationkartofen
2025-07-06modular table buildingkartofen
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
2025-06-30CLR yessskartofen
2025-06-21make lr0 and lexer modularkartofen
2025-06-21working lr0 table generationkartofen
2025-06-17add recursive ascent-descentkartofen
2025-06-15testingkartofen