Hello, I have to write an sqlite syntax highligher for an editor and at the moment i use the following token BNF syntax.
ident := '_' | letter ( letter | '_' | digit )* Is this correct? I would appreciate an additional section in the documentation that defines the few missing low level productions. -- Best regards, Lothar Scholz mailto:[EMAIL PROTECTED] ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------