Skip to content

LewysW/oreo-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oreo Compiler

Compiler for the 'Oreo' programming language written in C++

Compilation instructions:

  1. Open a terminal window in the oreo-compiler/src/ directory

  2. Run the command 'make'

Execution instructions:

  1. If the executable is not present, follow the above compilation instructions

  2. Open a terminal window in oreo-compiler/src/ directory

  3. Run the following command with an oreo file name as a parameter:

    ./compiler

Example Oreo files are available in the examples/ directory to run with the compiler

About

C++ Compiler for the 'Oreo' programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors