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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:F# 98.5%Language:Makefile 1.5%