Hello, great project! I'm interested in using this for future 10 Liner basic contests.
Would it be possible to have the CL compiler support abbreviations like the interpreter did as mentioned here: https://www.c64-wiki.com/wiki/BASIC_keyword_abbreviation
e.g.
12 poke 2042,13: poke 2043,13: poke 2044,13
can be shortened to effectively:
12pO2042,13:pO2043,13:pO2044,13
I could also add the code to add this functionality as a command line option, and submit a PR, if that is acceptable.
Hello, great project! I'm interested in using this for future 10 Liner basic contests.
Would it be possible to have the CL compiler support abbreviations like the interpreter did as mentioned here: https://www.c64-wiki.com/wiki/BASIC_keyword_abbreviation
e.g.
can be shortened to effectively:
I could also add the code to add this functionality as a command line option, and submit a PR, if that is acceptable.