bennu icon indicating copy to clipboard operation
bennu copied to clipboard

Javascript Parser Combinator Library

Results 2 bennu issues
Sort by recently updated
recently updated
newest added

Probably not something for core library but defining parsers that are locally non-greedy but consume as much input as required for a successful parsing would be interesting. One example are...

enhancement

Debugging parse.js is currently very difficult, primary for two reasons: parser construction is independent of execution and the implementation uses simulated tail calls to prevent the stack from growing too...

enhancement