All Versions
19
Latest Version
Avg Release Cycle
32 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.0 Changes
June 10, 2011- โ Add the
--coloured
command-line flag andcolour
command in interactive mode to make truth value colouring optional. - ๐ Relax containers dependency to >= 0.3 && < 0.5.
- โ Add the
-
v1.2.1 Changes
June 10, 2011- ๐ Use truth table and parsing code to produce the example console session in the interactive mode help text.
-
v1.2.0 Changes
- ๐จ Truth values are coloured green (T) and red (F) when printed.
-
v1.1.1 Changes
- ๐ Correct semantics for interpreting conditionals. Fixes an operator precedence bug in the previous implementation.
-
v1.1 Changes
- ๐ Allow variables to be lower case ASCII letters as well as upper case.
-
v1.0 Changes
- ๐จ Pretty-printing can now be enabled and disabled when in the interactive mode
by using the
pretty
command.
- ๐จ Pretty-printing can now be enabled and disabled when in the interactive mode
by using the
-
v0.3 Changes
- โ Added an interactive mode.
- 0๏ธโฃ Made interactive mode the default: it's only not entered if the
--evaluate
flag is passed and the--interactive
flag is not.
-
v0.2 Changes
- โ Added the
--pretty
option to pretty-print expressions. - 0๏ธโฃ The
--evaluate
option now prints ASCII truth tables by default. - โ Added
truthTableP
function to allow configurable expression printing. - The
variables
function now returns a list of unique elements. - ๐ Dependency
base
loosened to >= 4 && < 5 so it will build with GHC 7. - ๐ฆ Exposed and other modules now correctly differentiated in cabal file.
- โ Added the
-
v0.1 Changes
- ๐ Initial release.