]> Cypherpunks repositories - gostls13.git/commit
ebnflint command
authorRobert Griesemer <gri@golang.org>
Mon, 13 Jul 2009 17:26:58 +0000 (10:26 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 13 Jul 2009 17:26:58 +0000 (10:26 -0700)
commit7b7b83ba1b45a29b214d5f540ceaf358fbe6b833
tree780f75adf4b74630b856e4dcc1ff96341fa178d6
parentef4347f19ec70d18abba176e823e5d0d26694360
ebnflint command
- basic verification of EBNF grammars
- tested with (and has testcase for) go_spec.html

R=rsc
DELTA=150  (148 added, 0 deleted, 2 changed)
OCL=31481
CL=31517
src/cmd/clean.bash
src/cmd/ebnflint/Makefile [new file with mode: 0644]
src/cmd/ebnflint/ebnflint.go [new file with mode: 0644]
src/make.bash
src/run.bash