Skip to content

ShZh-Playground/tiny-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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