Skip to content

Releases: bobrossrtx/demi-lang

Pre-release 0.0.1 Alpha | Demi

26 Oct 14:20
Compare
Choose a tag to compare
Pre-release

This is a pre-release version of the demi programming language interpreter. Precompiled binaries only available for x86 & x64 windows operating systems.

To Install:
Download demi.exe to the location you would like, and add the path to the executable to your environment variables (PATH).

Notes:

  • Support for strings, integers datatypes
  • Support for if, while statements
  • Arithmetic operations (+, -, *. /, %)
  • Comparison operations (<, >, <=, >=, ==, !=)
  • Support for function & variable declerations

See the Demi Syntax Highlighting Extension for syntax highlighting inside of VSCode.

Clone this repo and view examples for examples of the language being used.