email-parser
email-parser copied to clipboard
Version 2
Switching to automatically-generated code from a pest grammar using my custom pest backend (for 800% speed boost)
Pros:
- Slight performance boost
- Removes the whole parsing codebase
- Safer, more sound
- Added very nice errors
- Gives access to complete token tree
Cons:
- Can't have feature gates for now