Skip to content
/ brillig Public

Following Cornell cs6120 advanced compilers course

Notifications You must be signed in to change notification settings

hwchen/brillig

Repository files navigation

Uses submodules to track bril for dependencies brili and bril2json and bril2text.

Nix sets up a venv for the python utils.

./bin/setup.sh should be called to set up bril2json and bril2txt. Unfortunately they are installed to local rust/cargo folders instead of a project .venv, but the python versions were too slow.

quickstart

nix develop # (or automatic using direnv)
git submodule init && git submodule update
./bin/setup.sh

About

Following Cornell cs6120 advanced compilers course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published