declaresub / abnf

Python parser generator for ABNF grammars
MIT License
41 stars 9 forks source link

Add strict option to load_grammar #20

Closed djoldman closed 1 year ago

djoldman commented 1 year ago

This change would add the ability to require input that strictly adheres to the rfc5234 specification with respect to CRLF.

It would not break the api as the default is to proceed as before.