reghex icon indicating copy to clipboard operation
reghex copied to clipboard

The magical sticky regex-based parser generator 🧙

Results 4 reghex issues
Sort by recently updated
recently updated
newest added

It would make my parsers a bit tidier if I could use arrays instead of alternations in the DSL passed to matchers. Without arrays: ```js const Foo = passthrough`${A} |...

It'd be useful if the library provided some TS types.

I spent some time today benchmarking the library and playing with making a toy/useless Markdown parser with it, so here's some miscellaneous feedback after having interacted some more with the...

It would be useful to have a built-in CLI for bundling up a parser into a standalone file, from the user perspective it would be more user friendly if one...