negatives that work!

This commit is contained in:
Dana Jansens 2003-03-26 13:55:05 +00:00
parent 6be319c22a
commit 0d6bc13135

View file

@ -7,7 +7,7 @@ int kparselineno;
%}
field [A-Za-z0-9][-A-Za-z0-9]*
number (-|)[0-9]+
number (-[0-9]|[0-9])[0-9]*
string \"[^"\n]*\"
%%