Commit Graph

3 Commits

Author SHA1 Message Date
Kelvin Sherlock d2cddbdac9 when checking if an identifier is a reserved word, the scanner has a table mapping the first character to the number of reserved words starting with that character.
However, it only has entries for characters A-Z.  _ is a valid leading character which causes unexpected results.
2020-03-19 23:54:22 -04:00
Kelvin Sherlock cf72a073f8 cr / lf conversion. 2018-03-12 14:15:39 -04:00
mikew50 dbb32024b6 ORCA/Pascal 2.2 source from the Opus ][ CD 2018-03-11 20:21:14 -06:00