Skip to content

Tiny BASIC in Python 1.0.0!

Latest
Compare
Choose a tag to compare
@John-Robbins John-Robbins released this 16 Sep 00:56
· 2 commits to main since this release
275b3be
  • Added the %exit command language command to exit the tbp debugger. Closes #1.
  • Now tbp behaves like a normal command line application when the user hits CTRL+C and CTRL+D. Closes #3.
  • Fixed the copyright on top of all Python files. For some reason I thought it was 2004. Closes #43.
  • Added the combined coverage report summary to the CI.yml output. That makes it easier to see what didn't have coverage. Closes #44.
  • Added the tiny_basic_grammar.ebnf and grammar_tests.txt that I forgot to bring over from the dead repository. Closes #45.
  • Added better error reporting on INPUT entry errors and escaped syntax error strings, so characters like \n are displayed correctly. Closes #46.
  • Did a pass to eliminate any dead code. Closes #47.
  • Did a final editing pass on all documentation.

Detailed Changes: 0.9.1...1.0.0