Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chanyon/compiler-clox
- Owner: Chanyon
- Created: 2023-02-04T15:45:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T15:02:04.000Z (about 1 year ago)
- Last Synced: 2023-10-17T06:03:46.758Z (about 1 year ago)
- Language: C
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```