From 30ecac0c0b6327f43aa5f2bf2bcacfec62a2d37f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 21 Jul 2017 12:25:02 +0000 Subject: Update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6a821b8..50ed15e 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,24 @@ or can be interpreted with the [ABCMachine][abc-github] project. | '(' ')' ::= '~' | '!' - ::= '+' | '-' | '*' | '/' | '%' | '==' | '||' | '&&' ::= 'Bool' | 'Int' | 'Void' ::= | + ::= 'True' | 'False' + ::= -list ``` +## Dependencies + +You need a working Clean installation to build the compiler and at least `clm` +and the code generator to use it. + +## Vim highlighting + +In the `vim` directory. + ## Author & License Copyright © 2017 [Camil Staps][cs]. -- cgit v1.2.3