Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dlarocque/cox


https://github.com/dlarocque/cox

Last synced: 13 days 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`.