From a182756a4279127fd31d14797d57fa89c0576fe1 Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 12 Jul 2012 17:00:33 -0400 Subject: [PATCH] Tweaked comment block --- source/parser.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/parser.scm b/source/parser.scm index 055771d..35744b9 100644 --- a/source/parser.scm +++ b/source/parser.scm @@ -9,12 +9,11 @@ ; Expression := CoreForm ; | BasicExpr ; | BasicExpr ArgList -; CoreForm ; -; BasicExpr := '(' Expression Operator Expression ')' -; | Literal +; CoreForm := ; -; Operator +; BasicExpr := '(' Expression ID Expression ')' +; | Literal ; ; Literal := ID | CHAR | STRING | SYMBOL | NUMBER ; -- 2.52.0