Skip to content

AndrewLangford1/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler!

========================================================

Build Instructions

-Using java SE 7 which can be found at http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html

-A good tutorial on how to run a java program from the command line can be found here: http://introcs.cs.princeton.edu/java/15inout/windows-cmd.html

How to Run

-in order to run this compiler:

-cd to the src folder: ...\Compiler\src

-then run the following:

-javac Compiler.java

-java Compiler path\to\source\test\file

-all output will be printed to the command prompt

Tests

-Ive provided some test examples in ..\Compiler\tests

-Examples of the project running can be found in ..\Compiler\runthroughs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages