Skip to content

An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".

Notifications You must be signed in to change notification settings

Dwctor/JLoxInterp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JLoxInterp

An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".

Crafting Interpreters: https://craftinginterpreters.com/

Currently under development. So far Scanner is working for basic lexicons.

About

An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages