/Eleu

Primary LanguageC#MIT LicenseMIT

Eleu

A script language which is used to teach programming.

The language is based on famous book Crafting interpreters.

Features/ changes

  • print is not a statement but there is a print function.
  • repeat-statement
repeat(5) { print("Hello Eleu"); }
  • a lot of basic native functions for math and string manipulation