From 4b8d5ed12e8bbde2ab5b160905ae480fbbdbf664 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 24 Jan 2017 13:29:16 -0500 Subject: [PATCH] unbreak BNF grammar example --- brag/brag/examples/bnf.rkt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/brag/brag/examples/bnf.rkt b/brag/brag/examples/bnf.rkt index ea8bb8b..2349038 100755 --- a/brag/brag/examples/bnf.rkt +++ b/brag/brag/examples/bnf.rkt @@ -1,12 +1,4 @@ -#lang racket/base - -#| -This grammar is permanently broken with the operator active. -|# - - -#| - +#lang brag ## The following comes from: http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form @@ -19,5 +11,3 @@ This grammar is permanently broken with the operator active. : | : | "<" ">" : '"' '"' | "'" "'" ## actually, the original BNF did not use quotes - -|# \ No newline at end of file