]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2010/02/13-generating-good-syntax-errors.rst
More https fixes
[personal/website.git] / source / blog / posts / 2010 / 02 / 13-generating-good-syntax-errors.rst
1 Title: Generating Good Syntax Errors
2 Tags: en, d, compiler, syntax error, parser generator, bison, yacc
3
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.
7
8
9 __ http://research.swtch.com/2010/01/generating-good-syntax-errors.html
10 __ http://swtch.com/~rsc/
11 __ http://www.gnu.org/software/bison/
12 __ http://golang.org/
13
14
15 .. vim: set et sw=3 sts=3 :