I'm currently trying to write a sql grammar:
http://gist.github.com/28a996fb7d014b770c4e
Running that file through gzlc gives the following error:
scott-taylors-macbook-pro:spec(master) smt$ /usr/local/bin/gzlc
create_table.gzl
/usr/local/bin/gzlc: compiler/bootstrap/rtn.lua:99: Error parsing
grammar: expected to match pattern [%w_]+, but string is @ignore
whitespace create_table;
Is my @allow syntax improper?
Scott