Closed jan-christiansen closed 7 months ago
I have enhanced the generated Alex tokenizer to handle quoted strings. However, it is not possible to extract the quote name and the quoted string because all tokens take only a single argument. If we have to change (or introduce) a constructor into the token type, we have to adapt the lever as well as the parser.
The current implementation does not support quoted strings (https://v2.ocaml.org/manual/lex.html#quoted-string-id) because the token feature of LBNF is not expressive enough.