Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

joebobmiles/CSCI468-LITTLE-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCI468 Project

Setup

You will require to build this project:

  • Java Runtime Environment
  • GNU C++ compiler (g++)
  • GNU Make

Running the Compiler Demo

First build the project using GNU Make:

$ make cleaner # cleans up previous build
$ make # recommend using the -j (for jobs) flag to increase build speed

To run the new build, now use the ./Micro script.

$ ./Micro source.file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages