nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

column/line offsets in errors should be zero-based #45

Closed nurpax closed 5 years ago

nurpax commented 5 years ago

not in CLI reporting of course, but elsewhere.

also how should tabs affect error column offsets? right now they're just counted as normal chars.

nurpax commented 5 years ago

Not going to be done as these values come directly from pegjs and it'd be kind of a pain to re-offset all of them.