Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlarocque/cox
https://github.com/dlarocque/cox
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dlarocque/cox
- Owner: dlarocque
- Created: 2024-06-01T14:05:02.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T01:38:05.000Z (4 months ago)
- Last Synced: 2024-11-07T12:17:17.405Z (2 months ago)
- Language: C++
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lox
lox compiler in C++.
## Build
```
bazel run //:cox-entry
```## Run
Compiling a lox file:
```
./bazel-bin/lox [filePath]
```Running the REPL:
```
./lox
```## VSCode Setup
Install the clangd extension, then run `bazel run @hedron_compile_commands//:refresh_all` to generate the `compile_commands.json`.