ietf-tools / bap

An ABNF parser, focusing on human-friendly error messages.
41 stars 27 forks source link

Include core rules as bult-in text in bap #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Should have the core abnf rules come as part of the binary so instead of 
preloading abnf-core.txt 
there's a special --use-core-rules flag.

(This means convincing lex/yacc to scan from a file or a string, so is not a 
*no* no brainer)

Original issue reported on code.google.com by fen...@gmail.com on 15 Nov 2007 at 12:17

pkyzivat commented 9 years ago

This seems like a reasonable feature. OTOH, what I really want instead is a way for an abnf to explicitly import ABNF from an RFC/draft. But this should be an ABNF extension before it is a bap feature.

AKayy2020 commented 1 year ago

37 #18