Dervall / Piglet

An easier to use parsing and lexing tool that is configurable in fluent code without a pre-build step.
binarysculpting.com
MIT License
91 stars 11 forks source link

Disable exception handling option #51

Open Dervall opened 11 years ago

Dervall commented 11 years ago

Give the user an option to instead of causing exceptions when parsing fails, return default(T) instead. Suitable for applications like syntax highlighting where you want the parser to be fast and ignore things that are bad.