]> git.mdlowis.com Git - archive/dlang-scm.git/commitdiff
Tweaked comment block
authorMike D. Lowis <mike@mdlowis.com>
Thu, 12 Jul 2012 20:59:34 +0000 (16:59 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 12 Jul 2012 20:59:34 +0000 (16:59 -0400)
source/parser.scm

index e64f6709870333c3e274237d086828c4d3327efe..055771d7bf96d156e736bb96a443400951c8b9cf 100644 (file)
@@ -1,5 +1,7 @@
 (declare (unit parser)
          (uses buf))
+
+;------------------------------------------------------------------------------
 ; Formal EBNF Syntax:
 ;
 ; Program := Expression*
@@ -17,6 +19,7 @@
 ; Literal := ID | CHAR | STRING | SYMBOL | NUMBER
 ;
 ; ArgList := '(' Expression (',' Expression)* ')'
+;------------------------------------------------------------------------------
 
 (define (dlang/program in)
   (define result '())