Skip to content
Snippets Groups Projects
  1. Sep 22, 2022
    • Sven M. Hallberg's avatar
      make header guard match file name · 1c83beb7
      Sven M. Hallberg authored
      Also includes a very important cosmetic whitespace change.
      1c83beb7
    • Sven M. Hallberg's avatar
      refactor perform_lowlevel_parse for readability · f600634a
      Sven M. Hallberg authored
      Drive-by elimination of an age-old TODO. :)
      Code should be functionally equivalent. Changes:
      
       - Remove broken code under CONSISTENCY_CHECK.
       - Transform to chip-away style.
       - Remove braces around single statements.
       - Declare variables at top of function.
       - Shorten some variable names (tmp_res and bit_length).
       - Limit line length to 80 columns.
      f600634a
    • Sven M. Hallberg's avatar
      dummy support for iterative parsing in packrat · 92805cb1
      Sven M. Hallberg authored
      A very first step. This implementation still expects all input in a single
      chunk but allows the use of the iterative API. If the parser attempts to read
      past the first chunk, the parse fails.
      
      Contains some comments for next steps towards full support.
      
      Adds tests for the single-chunk case.
      92805cb1
  2. Sep 21, 2022
  3. Aug 11, 2022
  4. Aug 09, 2022
  5. Aug 08, 2022
  6. Apr 15, 2022
  7. Oct 06, 2021
  8. Sep 09, 2021
  9. Oct 27, 2020
  10. Sep 29, 2020
  11. Sep 28, 2020
  12. Aug 11, 2020
  13. Jul 31, 2020
  14. Jul 22, 2020
  15. Apr 23, 2020
  16. Mar 12, 2020
  17. Mar 10, 2020
  18. Mar 09, 2020
  19. Feb 26, 2020
  20. Feb 23, 2020
  21. Feb 21, 2020
Loading