Releases: cesbit/pyleri
Releases · cesbit/pyleri
v1.5.0
12 Nov 20:20
Compare
Sorry, something went wrong.
No results found
Added Typing.
Dropped support for Python 3.7 and 3.8.
1.4.3
26 Mar 09:22
Compare
Sorry, something went wrong.
No results found
Don't raise UnusedElementError when used has more elems than Grammar, pr #24 (Thanks to @cdamours )
1.4.2
16 Mar 08:53
Compare
Sorry, something went wrong.
No results found
Fixed typing for delimiter on the List type. (see pr #23 , @dk949 )
Small PEP-8 fix.
1.4.1
23 Jul 19:15
Compare
Sorry, something went wrong.
No results found
1.4.0
23 Jul 16:30
Compare
Sorry, something went wrong.
No results found
Extra keyword argument line_number to .as_str(..) method to include the line number with the error.
Regular expression object not with flags before the required ^ character.
1.3.4
10 Aug 11:16
Compare
Sorry, something went wrong.
No results found
Fixed bug with recursion in Prio element. (issue #18 )
1.3.3
01 Dec 20:38
Compare
Sorry, something went wrong.
No results found
Fixed bug with single and double quote characters in export. (issue #16 )
1.3.2
29 Oct 10:02
Compare
Sorry, something went wrong.
No results found
Replace / with _ in function name for c-export.
1.3.1
25 Oct 20:03
Compare
Sorry, something went wrong.
No results found
Fixed exporting Repeat element to C. (issue #9 )
Added header file name option to export_c() method.
1.3.0
15 Oct 14:28
Compare
Sorry, something went wrong.
No results found
Added element properties:
Keyword.ign_case
Choice.most_greedy
List.min, List.max, List.opt_closing
Repeat.min, 'Repeat.max`
Added Result.as_str() method for returning a textual parse result.
Fixed correct expecting for List element.
Added MaxRecursionError exception for Prio element.
Added create_grammar() method as a shortdut for writting a Grammar class.
You can’t perform that action at this time.