From 9e402df786426e76cd18d338349532122b0d5ae9 Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 17 May 2025 06:50:36 -0300 Subject: [PATCH] OCaml: Add references on ISO 14977:1996 EBNF downsides --- ocaml/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml/README.md b/ocaml/README.md index f547585..08ad098 100644 --- a/ocaml/README.md +++ b/ocaml/README.md @@ -70,10 +70,13 @@ In this grammar, `digit` implies `decimal digit`. Spaces between the key and the ## References -- ISO 14977 EBNF Notation: +- ISO 14977 EBNF Notation: - Comparison of BNF notations: - W3C ABNF Notation: +- W3C EBNF Notation from the XML 1.0 Spec: - IETF RFC 5234 ABNF Notation (replaces 4234, 2234): +- Don’t Use ISO/IEC 14977:1996 EBNF: + - ### Notes