Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 322 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 322 Bytes

Johnny-lang

Johnny Lang is a language created to be easy to parse and lex. It steals alot from forth. Like the reverse polish notation with expressions and function declarations. While also keeping some statements from C like languages.



The interpreter is written in python. There are only global varibles.