From 426c90d8c449902eca833949ebf8643d25218453 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 3 Jul 2015 17:34:26 +0200 Subject: Readme --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 49b6125..4d8d199 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ The `parse` function may be used to read an expression from a String. The follow * All latin letters (`[a-zA-Z]`) are considered atomic expressions * Operators are expected in their representation described above * True and False are expected as `1` and `0`, respectively + * Unknown characters will throw an error A usage example is found in `LogicParser.icl`. This file, once compiled, reads the command line arguments and shows their truth tables: -- cgit v1.2.3