Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Cparse is an LR(1) and LALR(1) parser generator in C
(
github.com
)
3 points
by
h2337
269 days ago
2 comments
fjfaase
269 days ago
This is not an generator that generates code, like yacc/bison, but that dynamically constructs a data structure ('table') that the parsing engine uses to perform the parsing.
link
rurban
269 days ago
He is also writing a OS right now
link