diff options
author | Camil Staps | 2015-07-03 17:34:26 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-03 17:34:26 +0200 |
commit | 426c90d8c449902eca833949ebf8643d25218453 (patch) | |
tree | 704b1d1da07db98561326faaa2d991787abc44bc | |
parent | Merge branch 'master' of github:camilstaps/CleanLogic (diff) |
Readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |