clox
A virtual machine and a tree-walk interpreter for the Lox programming language in C89 :cyclone:
How to download and setup clox
Open terminal and run command
git clone https://github.com/jalalmostafa/clox.git
git clone is used to create a copy or clone of clox 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 clox https://github.com/jalalmostafa/clox/archive/master.zip
Or simply clone clox with SSH
[email protected]:jalalmostafa/clox.git