List Question
20 TechQA 2024-03-05T20:19:13.673000Is the alternative operator in ABNF match first or longest?
32 views
Asked by postelrich
SDP parser (usign bison?)
45 views
Asked by mastupristi
Does the parsing of the ABNF in RFC 5234 depend on string length?
101 views
Asked by jungon
What does "strict order" of sequence groups mean?
41 views
Asked by zerkms
ANTLR4 "rule ... contains a closure with at least one alternative that can match an empty string"
212 views
Asked by Oliver
Understanding ABNF syntax "0<pchar>"
174 views
Asked by Oliver
How to remove left-recursion from grammar rules
156 views
Asked by KVM
how to tokenize input based on a set of ABNF grammar rules
197 views
Asked by one stevy boi
Is there a BNF type grammar available for Purescript?
152 views
Asked by George
Is the following sintax rfc 3261 compatible?
86 views
Asked by aljoga
ABNF augmented by HTTP : normative reference for #symbol
156 views
Asked by Gabriel Glenn
What does the ampersand mean in RFC 822's BNF rules?
184 views
Asked by Dai
How should an HTTP header field be parsed?
519 views
Asked by Tenders McChiken
ABNF rule `zero = ["0"] "0"` matches `00` but not `0`
201 views
Asked by Dan Stevens
Is there a metalanguage, similar to BNF that can concisely describe self-describing data?
95 views
Asked by Mike Godin
Expanding SPF macros
511 views
Asked by Ivo Andonov
What is the format of HTTP 1.1 header values?
236 views
Asked by martixingwei
Is there any IDEs or plugins for developing ABNF grammars?
295 views
Asked by user3243499
Parse into a complex struct with boost::spirit
407 views
Asked by Nikolay Kovalenko
boost::spirit for ABNF
205 views
Asked by Nikolay Kovalenko