Y
Hacker News
new
|
ask
|
show
|
jobs
by
mjos
2395 days ago
I believe GNU Bison parser generator is capable of generating GLR parsers:
https://www.gnu.org/software/bison/manual/html_node/GLR-Pars...
1 comments
thosakwe
2395 days ago
Oh wow, that's pretty cool, wish I had known about it before. Unfortunately flex and bison, when used together in C++, cause a lot of headache (unless you create an "adapter" class that wraps your Flex parser and pass that to Bison). :/
link