From 220601e2f2ec57024e6502e2f4e778c4a99dfe10 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 27 Jul 2017 13:23:20 +0200 Subject: Resolve #3: comments --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 50ed15e..bb02905 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ or can be interpreted with the [ABCMachine][abc-github] project. ::= -list -list - ::= -clist ';' + ::= -clist ';' + + ::= [':=' ] ::= [ ':='] ';' | 'return' [] ';' @@ -41,6 +43,9 @@ or can be interpreted with the [ABCMachine][abc-github] project. ::= -list ``` +Comments (single-line `//`, multi-line `/* ... */`) are not included in the +grammar above. + ## Dependencies You need a working Clean installation to build the compiler and at least `clm` -- cgit v1.2.3