Skip to content

A new interpreter called jlox following the book guide of Crafting Interpreters by Robert Nystrom

License

Notifications You must be signed in to change notification settings

KhaledAchech/jlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jlox Interpreter

jlox is an interpreter for the Lox programming language, following the specifications outlined in the "Crafting Interpreters" book by Robert Nystrom.

Building the Project

To build jlox, you'll need Maven installed on your machine. Follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/jlox.git
    cd jlox
  2. Build the project using Maven:

    mvn clean install

    This will compile the source code, run tests, and package the project.

Running jlox

to be continued spoon

About

A new interpreter called jlox following the book guide of Crafting Interpreters by Robert Nystrom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages