Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chanyon/compiler-clox

learning the compiler development.
https://github.com/chanyon/compiler-clox

Last synced: about 2 months ago
JSON representation

learning the compiler development.

Awesome Lists containing this project

README

        

# compiler-clox
learning the compiler development.

### 资料书籍
```
https://github.com/munificent/craftinginterpreters.git
```
### build
```
mkdir build
cd build
cmake --build .
./clox ../test.cl
```