From: Mike D. Lowis Date: Thu, 12 Jul 2012 21:00:33 +0000 (-0400) Subject: Tweaked comment block X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=a182756a4279127fd31d14797d57fa89c0576fe1;p=archive%2Fdlang-scm.git Tweaked comment block --- 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 ;