diff --git a/beautiful-racket/br/demo/jsonic-2/parser.rkt b/beautiful-racket/br/demo/jsonic-2/parser.rkt index f9f21a0..2a282ba 100644 --- a/beautiful-racket/br/demo/jsonic-2/parser.rkt +++ b/beautiful-racket/br/demo/jsonic-2/parser.rkt @@ -1,4 +1,4 @@ #lang brag jsonic-program: (s-exp | json-char)* s-exp: SEXP-TOK -json-char: CHAR-TOK CHAR-TOK +json-char: CHAR-TOK