Skip to content

Releases: matiasvlevi/ludit

Release list

Ludit v0.2.3

Choose a tag to compare

@matiasvlevi matiasvlevi released this 05 Sep 05:27
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