Skip to content

Releases: RaymondPelletier/jertl

Tighten up parsing constraints

14 Nov 18:53
1b5437d

Choose a tag to compare

Change parser to disallow extra text at end of source.

Critical Bug fix

11 Nov 21:25
8b60830

Choose a tag to compare

Fixes bug when backtracking to a deeply embedded varargs context.

need `dataclasses` to run on Python 3.6

27 Oct 17:06
cec290c

Choose a tag to compare

No changes to Jertl code. Just the addition of a conditional package dependency on dataclasses which is required to run in 3.6

Initial release

26 Oct 21:23

Choose a tag to compare

Version 0.1.0 contains a basic but still practical package for working with structured data.
Operations are specified using a mini-language with a syntax which greatly resembles data's printed representation.