]> git.lizzy.rs Git - rust.git/commit
Revert "Panic if the grammar verifier sees a token it doesn't recognize"
authorCarol Nichols <carol.nichols@gmail.com>
Sat, 16 May 2015 18:31:52 +0000 (14:31 -0400)
committerCarol Nichols <carol.nichols@gmail.com>
Sun, 17 May 2015 14:48:42 +0000 (10:48 -0400)
commite70c8584d562c86fdca9c98895fb981683d18859
tree8f23ccffb4185d4729f68b8c5e2c23c173d2cafb
parent8b7c17db2235a2a3f2c71242b11fc429a8d05a90
Revert "Panic if the grammar verifier sees a token it doesn't recognize"

This reverts commit 9c7d5ae57c27ebfc019c2c23283bb905d8c3b74f.

This was wrong... the `continue` was to ignore the latter half of the
tokens file. Another mechanism will have to be used to keep the model
grammar's tokens in sync with the actual grammar's tokens :-/
src/grammar/verify.rs