bastools/README.md

27 lines
422 B
Markdown
Raw Normal View History

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