mirror of
https://github.com/AppleCommander/bastools.git
synced 2024-11-16 06:08:44 +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
|