sasq64 / bass

Advanced 6502 assembler
23 stars 4 forks source link

fix for EOT comments #29

Closed antis81 closed 3 years ago

antis81 commented 3 years ago

Fixes #28

antis81 commented 3 years ago

Question: I coudn't find documentation for the ~ prefix which is used e.g. for the ~EndOfLine rule. What does it mean?

Also not sure if we can match EOT at all because it is not an actual character (or may be ambiguous in C++ when str == nullptr vs strlen(str) == 0).