Skip to content
/ brillig Public

Following Cornell cs6120 advanced compilers course

Notifications You must be signed in to change notification settings

hwchen/brillig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uses submodules to track bril for dependencies brili and bril2json and bril2text. (And for lifting examples for testing).

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

git submodule init && git submodule update
./bin/setup.sh

Note some other required deps:

  • turnt (for testing), install from pip.
  • jq (for sorting keys, and working with json format generally).
  • graphviz if using visualization.

About

Following Cornell cs6120 advanced compilers course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published