1 Title: Generating Good Syntax Errors
2 Tags: en, d, compiler, syntax error, parser generator, bison, yacc
4 Here is a `nice article`__ by `Russ Cox`__ explaining how to plug nice syntax
5 errors to parser generators, specifically Bison__. The gc compiler suite for
6 `Google's Go`__ now is using that trick.
9 __ http://research.swtch.com/2010/01/generating-good-syntax-errors.html
10 __ http://swtch.com/~rsc/
11 __ http://www.gnu.org/software/bison/
15 .. vim: set et sw=3 sts=3 :