diff options
author | Camil Staps | 2015-07-03 21:27:40 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-03 21:35:56 +0200 |
commit | 47207894bda7f106ef685fe19738ae3d27f27041 (patch) | |
tree | 1ce93eb87da9551c422d96750d0d30fc634885be /README.md | |
parent | Readme (diff) |
html+php wrapper
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -108,7 +108,7 @@ The `truthtable` of `e15`: The `parse` function may be used to read an expression from a String. The following rules are used: - * Whitespace is ignored. + * Spaces are ignored. * 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 @@ -140,6 +140,10 @@ The option `-e` tells the parser to show the extended truth table. With this opt True | False | True | False True | True | True | True +## Web frontend + +There is a simple web frontend in PHP and a basic HTML template which allows one to connect to the Clean application through his browser. The files for this are `index.html` and `request.php`, and a demo may be found on https://demo.camilstaps.nl/CleanLogic. + ## Future ideas * Different `toString` formats for operators: HTML (`¬`), UTF-8 (¬), LaTeX (`\neg`) |