plum-umd / the-838e-compiler

Compiler for CMSC 838E
2 stars 0 forks source link

Villain: the CMSC 838E Compiler

This repository contains the source code for Villain: the Racket compiler developed in CMSC 838E at the University of Maryland, College Park.

Image of Villain

Installing

First, clone the repository, the use raco to install the package:

git clone git@github.com:plum-umd/the-838e-compiler.git
raco pkg install the-838e-compiler/

To test:

raco test -p the-838e-compiler

Contributing

To contribute, create a branch (e.g. string-dev), and set the remote as upstream:

cd the-838e-compiler
git checkout -b 'string-dev'
git push --set-upstream origin string-dev

You can commit and push changes. When you're ready for the changes to be merged into main, submit a pull request.

Check the Issues list for possible things to work on. If you'd like to work on something else, either discuss it on Discord or submit a new issue.

When you decide to work on an issue, assign yourself to it so others know you are working on it. Several people may decide to work on the same issue. You can coordinate your efforts on Discord. You can either work together or work on separate branches developing alternate solutions.

Dependencies

Code emitted by the compiler depends upon the following libraries: