Releases: chrisjbreisch/Trs80.Level1Basic
v2.2.0
Many more unit tests.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Lots of misc. code cleanup.
What's Changed
- interface cleanup by @chrisjbreisch in #14
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Enough changes since 1.0 to warrant a new major version number. What you type is now automatically converted to UPPER case. Many bugs have been fixed. Error handling has been improved.
What's Changed
- Feature/error handling by @chrisjbreisch in #13
Full Changelog: v1.2.3...v2.0.0
v1.2.3
Moved native function lookup into parser.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Improved variable retrieval. Define variables at environment startup, rather than upon first sight. Moved much of variable lookup into parser rather than interpreter.
Full Changelog: v1.2.1...v1.2.2
Added Another Man's Treasure font & updated Readme.
Full Changelog: v1.2.0...v1.2.1
Simplified Statement Lists and Lines
Removed ParsedLine and ProgramLine concepts. Replaced with StatementList and Compound Statements.
What's Changed
- Feature/compound line by @chrisjbreisch in #11
- directory cleanup by @chrisjbreisch in #12
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Feature/generic ast by @chrisjbreisch in #9
- Feature/generic ast by @chrisjbreisch in #10
Full Changelog: v1.0.6...v1.1.0
Successfully backed out my experimentation
Full Changelog: v1.0.5...v1.0.6
Backed out GenerateAst changes
changes not ready for prime time.
What's Changed
- Merge by @chrisjbreisch in #7
- Undid earlier change to generateAst by @chrisjbreisch in #8
Full Changelog: v1.0.4...v1.0.5