Parser and syntax diagnostics use the E2000-E2999 range.
Trigger:
nes.background($21);
Expected compiler output:
E2101 demo.nsp:1:5
Unknown command: nes.background.
nes.set_background_color(value);, nes.run;, or an
assignment, update, or documented control-flow statement.Trigger:
Counter := ;
Expected compiler output:
E2102 demo.nsp:1:12
Expected a literal, identifier, or parenthesized expression.