Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

ImanHosseini/Compiler_Course_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler_Course_Project

This was the course project for my Compiler course. It is an implementation of a financial DSL, and takes as input a code in that language, which is a definition of some contracts, and returns a C++ code which outputs the maximum profit attainable from those contracts. It uses Scala's parser combinators to parse the code, also the interpreter is done in Scala.

TODO : add in the specification of the language here, and clean-up the code.

Releases

No releases published

Packages

No packages published

Languages