# HG changeset patch # User HackBot # Date 1461391252 0 # Node ID 71a2a74e58c3a6628999ce346c26344c4e9be151 # Parent 632cc0eb5a89b2f208b37a50276d650aaded9448 le/rn ABNF/Augmented Backus-Naur Form, an update on the popular Backus-Naur Form programming language, introduces support for "Augmented Production", e.g. `foo +::= bar`. The older `::=` syntax will continue to be supported for orthogonal-compatibility purposes. diff -r 632cc0eb5a89 -r 71a2a74e58c3 wisdom/abnf --- a/wisdom/abnf Sat Apr 23 05:51:05 2016 +0000 +++ b/wisdom/abnf Sat Apr 23 06:00:52 2016 +0000 @@ -1,1 +1,1 @@ -Augmented Backus-Naur Form, an update on the popular Backus-Naur Form programming language, introduces support for "Augmented Production", e.g. `foo +::= bar` +Augmented Backus-Naur Form, an update on the popular Backus-Naur Form programming language, introduces support for "Augmented Production", e.g. `foo +::= bar`. The older `::=` syntax will continue to be supported for orthogonal-compatibility purposes.