Skip to content
Snippets Groups Projects
  1. Nov 15, 2022
  2. Nov 11, 2022
  3. Dec 05, 2021
  4. May 08, 2021
    • picomeg's avatar
      Parsers use backend-vtable pointers without needing the enum. TODO: · 5c30b9c7
      picomeg authored
      right now there is duplication as the enum backend value is still
      present- need to find out if it's OK to make a breaking change for
      anyone who is for reasons known only to themselves chekcing which
      backend enum value is one a parser they may have created and compiled...
      5c30b9c7
  5. Mar 04, 2021
  6. Dec 01, 2020
  7. Oct 05, 2020
  8. Sep 25, 2020
  9. Feb 09, 2020
    • Sven M. Hallberg's avatar
      differantiate error codes from h_compile() and update documentation · 0813b699
      Sven M. Hallberg authored
      the regex backend already returned 2 for an internal failure, contrary to
      documentation, so this mainly brings the latter in line with existing behavior.
      
      at the same time, fix a bug: h_compile would previously return "false" (0) on
      exceptions (longjmp).
      
      make use of our new freedom to signal different error conditions from the
      context-free backends, notably "incompatible combinator" vs. "unresolvable
      conflict".
      0813b699
  10. Oct 09, 2019
  11. Dec 04, 2015
  12. Dec 01, 2015
  13. Nov 30, 2015
  14. Sep 16, 2015
  15. Sep 08, 2015
  16. Sep 07, 2015
  17. Sep 06, 2015
  18. Sep 05, 2015
  19. Sep 04, 2015
  20. Sep 03, 2015
  21. Aug 25, 2015
  22. Mar 24, 2014
  23. Nov 23, 2013
  24. Jun 21, 2013
  25. Jun 04, 2013
  26. May 25, 2013
  27. May 24, 2013
Loading