mirror of
https://github.com/AppleCommander/bastools.git
synced 2024-11-18 05:08:07 +00:00
An Applesoft BASIC tool library and command-line tool.
56b3af7a44
folder. #11. |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
Metadata (v1)
Program
- Lines
- Line number
- Statements
- Tokens (AppleSoft "token", strings, syntax, etc)
Metadata (v2)
Program
- Routines
- Label (default = "__main__" or something)
- Statements
- Distinct statements with expression trees
- LET
- FOR
- CALL
- POKE
- PRINT
- etc