An Applesoft BASIC tool library and command-line tool.
Go to file
Rob Greene f6d2a81bb6 Gradle tweaks: fix for Oracle javadoc doclint strictness; made the signing task a bit more intelligent. 2018-05-29 10:35:40 -05:00
api Gradle tweaks: fix for Oracle javadoc doclint strictness; made the signing task a bit more intelligent. 2018-05-29 10:35:40 -05:00
gradle/wrapper Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
tools/bt Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
.gitignore Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
LICENSE Add LICENSE 2018-05-13 17:11:46 +00:00
README.md Moved ideas into the tracker and left rest in README. 2018-05-13 13:24:06 -05:00
build.gradle Gradle tweaks: fix for Oracle javadoc doclint strictness; made the signing task a bit more intelligent. 2018-05-29 10:35:40 -05:00
gradle.properties Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
gradlew Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
gradlew.bat Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -05:00
settings.gradle Migrated to Gradle; spearated into 'api' and 'tools/bt' projects. Closes #15. 2018-05-28 22:33:41 -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