Tiny script language based on JVM.
- Basic expressions and statements.
- Control flow with
if
,else
;for
,while
keywords. - Function and closure.
- Full support for traditional OOP(classes and inheritance).
Check out this page to see detailed language's features.
The wiki and the most part of the code is borrowed from craftinginterpreters.
Thanks for Bob Nystrom's wonderful work!
Copyright © 2021 Sh-Zh-7