Hello! I'm having a little bit of trouble trying to define a string.

These are my helpers:

Helpers
    digit = [ '0' .. '9' ];
    any_character = [ 0 .. 0xfffff ] ;
    letter = [ any_character - [32 + 34] ];

And my string definition is:
Token
string = '"' letter* '"' ;

It's not working though.
_______________________________________________
SableCC-Discussion mailing list
[email protected]
http://lists.sablecc.org/listinfo/sablecc-discussion

Reply via email to