Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 713 Bytes

Tiny Language

Tiny script language based on JVM.

Feature

  • 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.

Quick Start

Acknowledgement

The wiki and the most part of the code is borrowed from craftinginterpreters.

Thanks for Bob Nystrom's wonderful work!

License

WTFPL

Copyright © 2021 Sh-Zh-7