Skip to content

Releases: drib-lang/adi

v0.8.0

15 Dec 02:56
cca8da5

Choose a tag to compare

Merge pull request #27 from drib-lang/feature/26

Infinity handling

v0.7.0

14 Dec 02:13
cdfc751

Choose a tag to compare

Follow the steps and you will be able to install Drib!

v0.6.0

03 Dec 20:47
d2ba2e2

Choose a tag to compare

Implementation of et and aut

v0.5.0

19 Nov 18:36
c156363

Choose a tag to compare

  • Image processing support and helper functions
  • Builtin modules reorganization

v0.4.0

10 Nov 18:25
9237a23

Choose a tag to compare

Lists are implemented, and builtin functionality: list, size, get, set

v0.3.1

09 Nov 19:56
da544a8

Choose a tag to compare

Fix #9

Error when declaring functions containing a variable declaration

v0.3.0

09 Nov 18:41
a80fa80

Choose a tag to compare

Loops implemented:

loop, next, out!

v0.2.0

05 Nov 01:17
22e711c

Choose a tag to compare

  • Script execution
  • Python compilation
  • General CLI support

v0.1.0

26 Oct 18:33
40ae9d7

Choose a tag to compare

  • 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 when and otherwise statements, Drib’s take on if…else for expressive, readable branching.