Skip to content

Pouschel/Eleu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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