top | item 33761969

(no title)

chakkepolja | 3 years ago

Interestingly the parser is generated using flex and bison, which I thought was rare these days.

discuss

order

tgv|3 years ago

If you want accurate error messages, you might want to write the parser by hand. If you want to make changing the grammar easy, and have a reliable, correct parser, you use a parser generator. Some have better error message than bison.