aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2015-07-03 16:54:12 +0200
committerCamil Staps2015-07-03 16:59:58 +0200
commit8141816bccdc173b8318ba9eb80043bec2d644b3 (patch)
tree1608b2fbddec92af4adb2398633799a0ccb70cd8 /README.md
parentCleanup; simple truthtable; license; readme (diff)
Parser; cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41a6933..dc01fb5 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ The `truthtable` of `e15`:
## Future ideas
- * Different `toString` formats for operators: HTML (`¬`), UTF-8 (¬)
+ * Different `toString` formats for operators: HTML (`¬`), UTF-8 (¬), LaTeX (`\neg`)
* Different `toString` formats for booleans: `0` and `1` or `T` and `F` instead of `True` and `False`
* Simplifying expressions with atomic expressions as far as possible
* Testing equivalence or impliance of expressions with atomic expressions