jasper-e
jasper-e
That was not mine... I made the comment just on the mailing list long long ago... I have checked around, and I do not need any reserved words. For quick...
> No, but BNFC puts a regex for `Ident` in the lexer definition, whether you use it or not. This means that e.g. `c_\ff` will be lexed as `Ident("c_") \ff`...
> Yes, unfortunately `"'"` isn't a proper operator character atm in the standard backend (Haskell). You can use this invocation instead, to use the C backend instead of the Haskell...