index
:
parsers.git
master
Unnamed repository; edit this file 'description' to name the repository.
Atanas
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
9 days
shift-reduce did not work, not works (not very good) with no nonassoc
kartofen
9 days
untested precednece lol
kartofen
9 days
edit readme
kartofen
10 days
move things around
kartofen
10 days
simple calculator example
kartofen
11 days
genearate parser options and lexer and dect separation
kartofen
12 days
add readme
kartofen
12 days
modular table building
kartofen
12 days
quick and easy semantic actions
kartofen
13 days
lalr now acutally works
kartofen
2025-07-03
working more or less parser generator (no semantic action, so pretty much use...
kartofen
2025-07-02
turn clr into lalr and first steps for generating a parser
kartofen
2025-07-01
major refactor, more modular (wow because obviously modularity is always a go...
kartofen
2025-06-30
minimal lr parser
kartofen
2025-06-30
CLR yesss
kartofen
2025-06-21
make lr0 and lexer modular
kartofen
2025-06-21
working lr0 table generation
kartofen
2025-06-19
start of building an LR(0) table
kartofen
2025-06-17
add recursive ascent-descent
kartofen
2025-06-15
testing
kartofen