Releases: Vizonex/pyllparse
Releases · Vizonex/pyllparse
PyLLParse 0.1.3
What's Changed
- fix table lookup generation by @Vizonex in #4
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #6
- Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #5
New Contributors
- @dependabot[bot] made their first contribution in #6
Full Changelog: v0.1.2...v0.1.3
PyLLParse 0.1.2
What's Changed
- 0.1.2 Bug fixes, pytest test-suite & Many Fixes to
LoopChecker
to match the typescript version including a brand new logger by @Vizonex in #3
Full Changelog: v0.1.1...v0.1.2
PyLLParse 0.1.1
Full Changelog: v0.1.0...v0.1.1
- Bug fixes when importing builder module, it refuses to import and other hashing bugs when attempting to refactor library before initial release.
- In 0.1.2 bug-fix 2 (Sometime tomorrow or next week) I will fix Macros with UNREACHABLE in them since typescript llparse had a new update for that migrated away from it's original setup of using
abort()
.
PyLLParse 0.1.0
What's Changed
- First release of llparse parody for python users who prefer python over typescript. Beware of sneaky bugs throw me an issue if you find something that isn't right.
- Pypi final touches by @Vizonex in #1
New Contributors
Full Changelog: https://github.com/Vizonex/pyllparse/commits/v0.1.0