index
:
parsers.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-10-08
ninja.m4
HEAD
master
kartofen
2025-10-08
edit README and build extend ninja.m4
kartofen
2025-09-27
use ninja for building
kartofen
2025-09-24
debug info through the lr parser
kartofen
2025-09-13
ast nearly build and proper errors
kartofen
2025-08-26
grammar for the grammar and lexing and parsing of a new language lbp
kartofen
2025-08-03
calc implemented in my grammar
kartofen
2025-07-24
actually parsing grammar and generating a def.c file
kartofen
2025-07-20
fix precedence
kartofen
2025-07-20
start of grammar parsing
kartofen
2025-07-17
ok precedence
kartofen
2025-07-10
shift-reduce did not work, not works (not very good) with no nonassoc
kartofen
2025-07-09
untested precednece lol
kartofen
2025-07-09
edit readme
kartofen
2025-07-08
move things around
kartofen
2025-07-08
simple calculator example
kartofen
2025-07-08
genearate parser options and lexer and dect separation
kartofen
2025-07-07
add readme
kartofen
2025-07-06
modular table building
kartofen
2025-07-06
quick and easy semantic actions
kartofen
2025-07-05
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