Releases: matiasvlevi/ludit
Releases · matiasvlevi/ludit
Ludit v0.2.3
Boolean Algebra in the CLI
Install • Documentation • License
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) |