TheLartians / PEGParser

💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
BSD 3-Clause "New" or "Revised" License
240 stars 21 forks source link

Support Provided for Parsing Non-consecutive Strings #61

Closed Garen-Wang closed 3 years ago

Garen-Wang commented 3 years ago

Support provided for parsing non-consecutive strings without copying into a single string, deeply consistent with rope data structure