An Applesoft BASIC tool library and command-line tool.
Go to file
2018-05-20 20:02:34 -05:00
src '$embed' directive now looks for binary in same directory as source 2018-05-20 20:02:34 -05:00
.gitignore
LICENSE
pom.xml Bumping version. 2018-05-14 22:31:58 -05:00
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