Releases: cesbit/libcleri
Releases · cesbit/libcleri
v1.0.2
- Fixed makefile to correct version.
- Do not hard-code GCC as compiler #24, @giordano
v1.0.1
- Changed company name to Cesbit.
- Removed regular expression assertion.
v1.0.0
- Remove cleri_children_t to reduce mallocs, issue #18
- Fixed bug with
CLERI_FLAG_EXPECTING_DISABLED
flag
- Ordered expecting for minor speed improvement
0.12.2
- Fixed recursion depth not decremented bug in Prio element, issue #17
0.12.1
- Fixed bug in
Prio
element. See #16
0.11.1
- Changed start line numbering in suggestion (expecting string) from
0
to 1
0.11.0
- Added cleri_parse2() which accepts an additional
flags
argument
- Improved syntax error handling
- Set correct position when nested error in syntax is found
0.10.0
- Fixed expecting when parsing a list (Issue: #11)
- Fixed
is_valid
property when parsing empty strings (Issue #12)
- Added
cleri_parse_strn()
function for generating a textual parse result
0.9.4
- Replaced pcre with pcre2. (issue #5)