Skip to content

Multi-Paradigm Transpiled (e.g. source to source) general-purpose programming language that translates to Java at runtime along with it's interpreter

Notifications You must be signed in to change notification settings

OmarAzizi/MyLox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MyLox

Java

MyLox is a Tree-Walk interpreter implementation in Java for Lox programming language based on the book "Crafting Interpreters" by Robert Nystrom.

About Lox

Lox is a high-level, dynamically-typed programming language with automatic memory management (Garbage Collection), and support for object-oriented features like inheritance.

About

Multi-Paradigm Transpiled (e.g. source to source) general-purpose programming language that translates to Java at runtime along with it's interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages