diff --git a/lib/abnf/README.md b/lib/abnf/README.md index b5151ee..0be3624 100644 --- a/lib/abnf/README.md +++ b/lib/abnf/README.md @@ -134,6 +134,9 @@ Here's the RFC syntax: ### Core rules +Those parts of the grammar are always provided, they are the *defaults* +rules of the ABNF definition. + ALPHA = %x41-5A / %x61-7A ; A-Z / a-z BIT = "0" / "1"