This repository is for a final project in CSCI 4555 Compiler Construction at the University of Colorado Boulder.
Marmalum is a novel programming language that abstracts away network calls. For a full description, read the paper linked below.
The compiler is written in Scala and can be run using the Scala Build Tool. The project root is in the compilamum/ directory. No other dependencies are needed. An example Marmalum source file can be found in the examples/ directory.