Commit Graph

9 Commits

Author SHA1 Message Date
Vince Weaver 8fc7ef9ede asoft-utils: the token is TAB( not TAB
broke trying to tokenize/detokenize the rainbow.bas demo
2018-06-22 12:25:22 -04:00
Vince Weaver 3cfcf85a3a tokenize_asoft: add support for manually setting offset 2017-04-23 23:24:30 -04:00
Vince Weaver d0e03fd31e tokenize_asoft: add command line parser 2017-04-23 22:53:20 -04:00
Vince Weaver b1704c8a13 tokenize_asoft: add way to comment out large parts of a program 2017-01-04 14:07:39 -05:00
Vince Weaver c8aecd86d9 tokenize_asoft: ignore ' and \n
This allows including comments in the pre-tokenized code that are left
out in the final version.
2016-05-31 12:14:36 -04:00
Vince Weaver e5f2c1de1a tokenize_asoft: fix so it handles AT/ATN case properly
a bit of a hack though
2016-05-25 15:20:48 -04:00
Vince Weaver 7ec38fd060 tokenize_asoft: give error if line numbers go backward 2016-05-25 15:11:12 -04:00
Vince Weaver e1601457af tokenize_asoft: reformat whitespace
should not be any other changes to code
2016-05-25 15:07:05 -04:00
Vince Weaver 2305c15ee4 split up into subprojects
sorry anyone who was maintaining patches against this or had hardcoded
paths
2016-03-11 14:37:48 -05:00