Skip to content

Ludit v0.2.3

Latest
Compare
Choose a tag to compare
@matiasvlevi matiasvlevi released this 05 Sep 05:27
· 17 commits to master since this release
569f19d

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