email-parser icon indicating copy to clipboard operation
email-parser copied to clipboard

Version 2

Open Mubelotix opened this issue 1 year ago • 0 comments

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

Mubelotix avatar Apr 29 '23 23:04 Mubelotix