Skip to content

Releases: yhirose/cpp-peglib

Enhancement for better custom error message

04 Sep 03:33
Compare
Choose a tag to compare

Custom error message for definition

02 Sep 00:46
Compare
Choose a tag to compare
  • Support custom error message for definition
  • 'message' instruction has been renamed to 'error_message' (Breaking change)

Fixed regression problem caused by #217

20 Aug 02:34
Compare
Choose a tag to compare
v1.6.1

Fixed regression problem caused by #217

New features

09 Jul 00:37
Compare
Choose a tag to compare
  • Added [...]i and [^...]i (Fix #220)
  • Removed peg::parse_error and introduced predicate action

Some new features and bug fixes

17 Jun 01:48
Compare
Choose a tag to compare
  • Profiler support
  • Infinite loop problem (#211, #213)
  • Automatic EOI support
  • Support C++20 char8_t

Bug fixes and profile feature

03 Jun 02:41
Compare
Choose a tag to compare
  • Improved error report for literal string with %word
  • Fix problem with undefined back reference (#206)
  • Profile feature (#200)

Error report problem and concise trace mode support

28 May 01:55
Compare
Choose a tag to compare
  • Updated concise trace mode
  • Fixed #202 again

Better error report

27 May 01:56
Compare
Choose a tag to compare

Odd unexpected #202
Infinite loop problem with %whitespace #205

Improvements

10 May 02:06
Compare
Choose a tag to compare

Allow more than one instruction
Missing mention to "rep" in operators list in README (#193)
Error parsing valid charset class (#195)
Added '\f' and '\v'
Taking too much time to load/parse grammar (#197)

Performance improvement

08 Jan 13:33
Compare
Choose a tag to compare
v1.3.9

Performance improvement