issues
search
princemaple
/
abnf_parsec
ABNF in, parser out
https://hexdocs.pm/abnf_parsec/AbnfParsec.html
MIT License
48
stars
2
forks
source link
what's different from spec
#2
Open
princemaple
opened
4 years ago
princemaple
commented
4 years ago
Missing
=/
not implemented, didn't have the need for it
~case insensitive by default is not honored, again didn't really have the need for it at the moment~
16 adds the ability to explicitly enable case-insensitivity, but default is still case-sensitive
18 it's now the default
prose-val
matching is generated to match everything til EOL, because what else can we do?
Addition
added an
exception
syntax so I could parse
IMAP (RFC3501)
without hand coding the few prose clauses
Missing
=/
not implemented, didn't have the need for it16 adds the ability to explicitly enable case-insensitivity, but default is still case-sensitive
18 it's now the default
prose-val
matching is generated to match everything til EOL, because what else can we do?Addition
exception
syntax so I could parse IMAP (RFC3501) without hand coding the few prose clauses