Fix variable names with digits, ERL, update docs

- Tokenizer now copies entire identifier (letters+digits) when no
  keyword matches, fixing variables like K2, V1, AB3%
- ERL returns actual error line number instead of 0
- Update README and Sphinx docs for v0.5.0
This commit is contained in:
Eremey Valetov
2026-02-10 17:01:50 -05:00
parent 1f4c460f4f
commit 9ca23e5d10
4 changed files with 42 additions and 15 deletions
+1 -1
View File
@@ -7,5 +7,5 @@
70 X = 1 / 0
80 PRINT "After second resume"
90 PRINT "Error handler OK" : END
100 PRINT "Caught error"; ERR
100 PRINT "Caught error"; ERR; "at line"; ERL
110 RESUME NEXT