From d76fb1b644916b423ac2dbffd4398900d9727dae Mon Sep 17 00:00:00 2001
From: Vincent Deffontaines
Backus–Naur Form (BNF) is a notation + technique for context-free grammars, often used to describe the syntax of languages used in computing. +
expr ::= "true" | "false" diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 1b0e1a6f544..c0a41b9b3ba 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -41,7 +41,10 @@FilterProvider - Grammar in BNF notation +Grammar in BackusâNaur Form notation +BackusâNaur Form (BNF) is a notation + technique for context-free grammars, often used to describe the syntax of languages used in computing. +
expr ::= "true" | "false" -- 2.47.2