/FSheila

Trabalho da disciplina de Compiladores ministrada pelo Professor Dr. Christiano Braga do IC/UFF cujo objetivo é criar um compilador para a "toy language" IMP utilizando F#.

Primary LanguageF#MIT LicenseMIT

FSheila

FSheila is a compiler in F# for IMP Programming Language.

Overview

This compiler is under development as a class assignment; therefore, it is highly recommended not to use it for any other proposal.

Class: TCC-00.289 ministred by Professor Dr. Chistiano Braga.

Authors: Erick Grilo, Max Fratane and Vítor Lourenço.

Start Guide

Prerequisits

P.S.: For further information about systems prerequsits check .Net Core Guide

Build and Run

Linux Debian-Based Distros

make install
make run

MacOS

make install-macos
make run