Skip to content

Releases: matiasvlevi/ludit

Ludit v0.2.3

05 Sep 05:27
569f19d
Compare
Choose a tag to compare

Ludit

Boolean Algebra in the CLI

InstallDocumentationLicense

Ludit is an interpreter for Ludi, a language meant to express and compute boolean algebra in the CLI.


Ludi Code Output
def and = A * B
def or  = A + B

or(and(A, !B), C)
luditable