foliage-rs/src
Patrick Lühne 7566fdaa29
Support n-ary biconditionals
For convenience, support biconditionals with more than one argument.
An n-ary “if and only if” statement

    F_1 <-> F_2 <-> ... <-> F_n

is to be interpreted as

    F_1 <-> F_2 and F2 <-> F3 and ... and F_(n - 1) <-> F_n
2020-04-13 21:59:25 +02:00
..
format Support n-ary biconditionals 2020-04-13 21:59:25 +02:00
ast.rs Support n-ary biconditionals 2020-04-13 21:59:25 +02:00
format.rs Split formatting utils into separate files 2020-04-09 22:09:15 +02:00
lib.rs Initial commit 2020-02-05 03:23:11 +01:00