An Applesoft BASIC tool library and command-line tool.
Go to file
2018-05-28 15:03:48 -05:00
src Pulling in AppleSingle library. Closes #14. 2018-05-26 22:13:58 -05:00
.gitignore Pulling in AppleSingle library. Closes #14. 2018-05-26 22:13:58 -05:00
LICENSE Add LICENSE 2018-05-13 17:11:46 +00:00
pom.xml Bumping applesingle-api version. #14. 2018-05-28 15:03:48 -05:00
README.md Moved ideas into the tracker and left rest in README. 2018-05-13 13:24:06 -05:00

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