Skip to content

Commit 5bfd8fd

Browse files
committed
Release 3.3.1
1 parent 5c6113c commit 5bfd8fd

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

RELEASE

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
2025-01-16: Version 3.2.2
1+
2025-03-02: Version 3.3.1
22

3-
Fix bug in IXML grammar where rule alias was lost for alternatives.
4-
5-
Explanation, given the rule:
6-
myrule>myalias = 'alfa' | 'beta'.
7-
8-
If matched against 'alfa' then the produced rule was named myalias.
9-
If matched against 'beta' then the produced rule was named myrule.
10-
After bug-fix the produced rule is always myalias.
3+
Now --lines works. Each input line is treated as a separate document.
4+
Use this to parse jsonl files. It also works for xmll, xmql.
5+
You can also parse each input line with an ixml grammar.

0 commit comments

Comments
 (0)