-
At vac we've started defining packets using ABNF, it might make sense to do this in the devp2p specifications too. https://specs.vac.dev/specs/waku/waku.html#abnf-specification
-
ABNF allows comments using `;` as a delimiter to signal a comment to the end of the line.
This seems to be supported inline in a rule; e.g., this works:
~~~
foorule = bar ; this is a comment
…
-
On Graph Explorer, we use [these construction rules](https://github.com/oasis-tcs/odata-abnf/blob/main/abnf/odata-abnf-construction-rules.txt) together with an ABNF parser to validate URLs entered by …
-
RFC 7950 states this:
` The ABNF grammar [RFC5234] [RFC7405] defines the canonical order.`
But the ABNF also has sections that state:
` ;; these stmts can appear in any order`
These two…
-
As mentioned in:
https://www.rfc-editor.org/errata/eid5663
https://mailarchive.ietf.org/arch/msg/netmod/uR-LCpD1BLA_9cXPZJrqX3IoPOc
The current table in RFC7950, Section 7.20.3.2 lists all permit…
-
If ABNF is provided, implementations would be a lot easier.
-
(This is derived from a mailing list message, http://www.ietf.org/mail-archive/web/netmod/current/msg16136.html.)
The issue that concerns me is that the ABNF doesn't specify what is
allowed as a stri…
-
### Describe the issue
https://bib.ietf.org/get-one/by-docid/?docid=RFC+9165&doctype=IETF&query=9165&query_format=docid_regex&page=1
### Code of Conduct
- [x] I agree to follow the [IETF's Code of …
-
Not sure if this should be here or on [katef/kgt](https://github.com/katef/kgt).
When converting a regex that includes a negative character class to ABNF form, it generates the output fine, but whe…
-
> tdw-did = "did:tdw:" scid ":" domain-segment 1+( "." domain-segment ) *( ":" path-segment )
>domain-segment = ; A part of a domain name as defined in RFC3986, such as "example" and "com" in "exampl…