commit | 2a01d7287851e988d1e093dbe5788d3631e770b5 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jan 26 23:13:22 2010 -0800 |
committer | Russ Cox <rsc@golang.org> | Tue Jan 26 23:13:22 2010 -0800 |
tree | 396cef5e7b5379213c4d9f6ed1d6aa64c60a7f78 | |
parent | 9f5264f2999b7fa44a3642cf489a93c52d9d0b2f [diff] |
gc: improved syntax errors * example-based syntax errors (go.errors) * enable bison's more specific errors and translate grammar token names into tokens like ++ * test cases R=ken2, r, ken3 CC=golang-dev https://golang.org/cl/194085