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

https://github.com/dlarocque/cox


https://github.com/dlarocque/cox

Last synced: 5 months ago
JSON representation

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`.