Releases: AjaniBilby/BNF-parser
Releases · AjaniBilby/BNF-parser
v3.1.4
Full Changelog: v3.1.3...v3.1.4
Tweaks:
- Added extra test case
Sequalize
- Clarified readme documentation further
- Synced up some documentation inconsistencies between NPM and Github
- Fixed typo in previous version number's changelog
- Got ChatGPT-4 to read my homework (read over the readme and helped clarify a few things)
v3.1.3
Full Changelog: v3.1.2...v3.1.3
Fixes:
- Fixed missing bound check on getting reach of a
SyntaxNode
Tweaks:
- Clarified readme documentation
v3.1.2
Version 3.1.2
Fixes:
- Updated readme to clarify behaviour of select statements
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.0
Version 3.1.0
Pull request #5
Added:
- Documentation dictating the syntax tree structure generated
Changes:
- Updates to test case logging
- New internal string parsing method
- Rearranged documentation
- Runtime type check on
Compile
for non TS users - Restructured output Syntax tree to make the layout more stable over BNF changes.