| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-09 | examples: add minilua exampleHEADmain | -0/+35 | ||
| This only shows off the lexer for now, but it does demonstrate the drops feature. Useful as a regression test for #1. Acked-by: ChloƩ Vulquin <code@toast.bunkerlabs.net> | ||||
| 2025-06-08 | patok: use `self:next()` over `self.next()` when dropping tokens | -1/+1 | ||
| Fixes: #1 Reported-By: https://github.com/AnotherSubatomo | ||||
| 2022-10-13 | fix obvious syntax errors | -2/+2 | ||
| 2022-10-13 | experimental: add the ability to drop inputs and lexer-level alternates | -10/+34 | ||
| 2022-01-17 | this convention will be the end of me | -0/+0 | ||
| 2022-01-17 | how did that happen | -0/+0 | ||
| 2022-01-17 | release 1.2.0v1.2.0 | -0/+24 | ||
| 2022-01-17 | add eof to README | -0/+55 | ||
| 2022-01-17 | add eof, patch parse to work with it | -4/+15 | ||
| 2021-12-29 | update examples and readme for 1.1 | -3/+3 | ||
| 2021-12-29 | release 1.1-0 | -0/+24 | ||
| 2021-12-29 | optimize patok patternsv1.1.0 | -1/+1 | ||
| a lua pattern starting with ^ selects the first index (rather than the true string start) we can thus make the patterns fail for failed matches much faster by manually prepending a '^' for larger strings, this could be a gigantic speed improvement | ||||
| 2021-12-29 | change pm.parse api | -1/+7 | ||
| before: returns eind, out as-is from the top parser after: returns the output, the string index of the final token, and (in the case of failure) the string index of the would-be next token | ||||
| 2021-12-24 | add rockspec | -0/+24 | ||
| 2021-12-23 | oops, these weren't supposed to be herev1.0.0 | -470/+0 | ||
| in case someone is curious: cni.lua was a sample parser for cni 2.0 once that's out it'll be added to the examples inspect.lua is https://github.com/kikito/inspect.lua and I was using it to develop/test this ^^;; | ||||
| 2021-12-23 | patch readme example grammar lexer initialization | -1/+471 | ||
| 2021-12-23 | add math.lua example | -0/+63 | ||
| 2021-12-23 | initial import | -0/+402 | ||
| 2021-12-23 | Initial commit | -0/+24 | ||
