EoinDavey / tsPEG

PEG Parser Generator for TypeScript
Mozilla Public License 2.0
195 stars 7 forks source link

Investigate if pre-compiling regexes is worth it #6

Open EoinDavey opened 4 years ago

EoinDavey commented 4 years ago

Currently, a call to RegExp is made every time a regex is checked. Check if worth investigating if pre-compiling them at parser construction time is worth it.