An Applesoft BASIC tool library and command-line tool.
Go to file
2018-05-14 22:16:53 -05:00
src Adding -O to optimize all. 2018-05-14 22:16:53 -05:00
.gitignore Adding command-line. Closes #6. 2018-05-13 15:41:23 -05:00
LICENSE Add LICENSE 2018-05-13 17:11:46 +00:00
pom.xml Adding command-line. Closes #6. 2018-05-13 15:41:23 -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