Skip to content

A compiler for a subset of the Ada language. Built in CSC 446: Compiler Construction.

Notifications You must be signed in to change notification settings

codeformore/Ada-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ada Compiler

By: Caden Fischer

Class: CSC 446 Compiler Construction

Instructor: Dr. George Hamer

This project is a compiler for a subset of the Ada language. It was built for Compiler Construction.

Dependencies

  • g++ - For compilation and linking
  • make - For building the project
  • (for automated tests) Google Test - For running the testing programs that are not for assignment submissions

How to build and run

To build use make all. The program will be outputted to bin/app. You can execute the application with ./bin/app.

About

A compiler for a subset of the Ada language. Built in CSC 446: Compiler Construction.

Resources

Stars

Watchers

Forks

Packages

No packages published