We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6113c commit 5bfd8fdCopy full SHA for 5bfd8fd
RELEASE
@@ -1,10 +1,5 @@
1
-2025-01-16: Version 3.2.2
+2025-03-02: Version 3.3.1
2
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.
+Now --lines works. Each input line is treated as a separate document.
+Use this to parse jsonl files. It also works for xmll, xmql.
+You can also parse each input line with an ixml grammar.
0 commit comments