Skip to content

Pouschel/Eleu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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