Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 356 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 356 Bytes

TinyClauText

Tiny Version of ClauText
Just for Integer, +,-,*,/,%
and support print function, if-else, while statements.

Goal?

x = 1 y = 2
Main = { Event = { id = 1 } }
Event = {
    id = 1
    
    $print = { { /./x } }
    $print = { { _ } }
    $print = { { /./y } }
    
    $_getch = { }
}