Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 385 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 385 Bytes

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 function for math and string manipulation