Skip to content

Releases: AjaniBilby/BNF-parser

v3.1.4

30 Mar 00:06
Compare
Choose a tag to compare

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

29 Mar 06:36
Compare
Choose a tag to compare

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

08 Mar 03:27
Compare
Choose a tag to compare

Version 3.1.2

Fixes:

  • Updated readme to clarify behaviour of select statements

Full Changelog: v3.1.1...v3.1.2

v3.1.1

16 Dec 02:27
a70a5af
Compare
Choose a tag to compare

Version 3.1.1

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

07 Dec 01:24
f0b580c
Compare
Choose a tag to compare

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.