nyanshak / FP2MC-Compiler

This is a toy compiler written for Compiler Construction (CS 6353). It compiles FP ("high level" language) to MC ("machine code").

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toy FP to MC Compiler

This is a toy compiler from a "high level" language (FP) to a "low level" language (MC) for Compiler Construction Class (CS 6353).

Examples of FP programs can be found in FP_samples.

Build: run 'make' in directory to compile

Usage: ./Parser output_file < input_file

About

This is a toy compiler written for Compiler Construction (CS 6353). It compiles FP ("high level" language) to MC ("machine code").


Languages

Language:C 99.4%Language:C++ 0.6%