Releases: drib-lang/adi
Releases · drib-lang/adi
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.2.0
v0.1.0
- Provides core arithmetic (add, sub, mul, div, pow, mod), comparison (gt, lt, geq, leq, eqs), and logical (not) operations as built-in functions.
- Includes print and println for console output.
- Exposes mathematical constants E and PI.
- All functions are accessible in the Drib REPL for scripting and evaluation.
- Drib supports user-defined function declarations for custom logic and reusable code blocks.
- Conditional logic is handled with
whenandotherwisestatements, Drib’s take onif…elsefor expressive, readable branching.