0 Forks
5 Stars
5 Watchers

lox

A Python implementation of the Lox language, from the book Crafting Interpreters by Bob Nystrom

How to download and setup lox

Open terminal and run command
git clone https://github.com/ehomrich/lox.git
git clone is used to create a copy or clone of lox repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with lox https://github.com/ehomrich/lox/archive/master.zip

Or simply clone lox with SSH
[email protected]:ehomrich/lox.git

If you have some problems with lox

You may open issue on lox support forum (system) here: https://github.com/ehomrich/lox/issues