Skip to content

1.0.0

Compare
Choose a tag to compare
@mjspeck mjspeck released this 28 Nov 16:25
· 122 commits to main since this release
a0d016e

This release represents a fully realized parser. The parser can parse practically any DAIDE pattern and the visitor returns usable objects from parsed DAIDE.

What's Changed

  • scd fix by @byung-o in #5
  • Fix visit_orr error: name 'output' not defined by @Wert5 in #6
  • fix: add coasts to province by @byung-o in #18
  • Fix/add drw pda by @byung-o in #19
  • feat: modular grammar by @mjspeck in #20
  • feat(parser)!: made daidepp into installable python package by @mjspeck in #22
  • fix: fixed issue with provinces and prov_no_coast by @mjspeck in #25
  • Feature/add level 0 by @byung-o in #27
  • fix prov_coast duplicate by @byung-o in #30
  • daide string generation and tests by @byung-o in #31
  • fix: extra parentheses for AND ORR by @byung-o in #33
  • feat: visitor with dataclass objects and tests by @byung-o in #35
  • feat: DAIDE parser for any pattern and automatic validation by @mjspeck in #37

New Contributors

Full Changelog: https://github.com/SHADE-AI/daidepp/commits/v1.0.0