mirror of
https://github.com/AppleCommander/bastools.git
synced 2024-12-22 14:29:22 +00:00
27 lines
422 B
Markdown
27 lines
422 B
Markdown
|
|
|
|
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
|