Skip to content

Releases: Vizonex/pyllparse

PyLLParse 0.3.1

22 Dec 16:19
507c81e

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

PyLLParse 0.3.0

20 Dec 20:32
d92f545

Choose a tag to compare

What's Changed

  • add tempita and capi compiler by @Vizonex in #19
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #20
  • optimizations and changes, removal of a few deprecated typehints by @Vizonex in #21

Full Changelog: v0.2.0...v0.3.0

PyLLParse 0.2.0

29 Oct 16:32
8922e4e

Choose a tag to compare

What's Changed

  • Fix bug with C Compiler since I had refactored a few functions @Vizonex in #17

Full Changelog: v0.1.9...v0.2.0

PyLLParse 0.1.9

16 Oct 00:06
872a75f

Choose a tag to compare

What's Changed

  • Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #15
  • Bump actions/cache from 4.2.4 to 4.3.0 by @dependabot[bot] in #14
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #13
  • artifacts cleanup and numerous optimizations by @Vizonex in #16

Full Changelog: v0.1.8...v0.1.9

PyLLParse 0.1.8

28 Sep 02:02
41724d0

Choose a tag to compare

What's Changed

  • Fix SpanStart for frontend by @Vizonex in #12
    I will be yanking v0.1.7 shortly due to this bug being found afterwards within less than a day.

Full Changelog: v0.1.7...v0.1.8

PyLLParse 0.1.7

28 Sep 01:36
2aedca9

Choose a tag to compare

What's Changed

  • Make Int node into a resumption target by @Vizonex in #11 (Fixes a bug involving streaming of Int nodes)
    Full Changelog: v0.1.6...v0.1.7

PyLLParse 0.1.6

20 Sep 03:47
39a2332

Choose a tag to compare

What's Changed

  • add new Operator Code class by @Vizonex in #9 (I sure hope the typescript developers will implement my work from over here)
from llparse import LLParse
p = LLParse('example')
p.property('example_property')
p.invoke(p.code.is_lt('example_property', 100))

Full Changelog: v0.1.5...v0.1.6

PyLLParse 0.1.5

18 Sep 17:16
ed0321b

Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

  • Fixed bug with Pause Nodes

PyLLParse 0.1.4

17 Sep 19:58
46afdec

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

PyLLParse 0.1.3

01 Sep 17:24
acad541

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3