Skip to content

A compiler from a simple toy language called Pilot to ARM assembly. Final project for my Computer Architecture class.

Notifications You must be signed in to change notification settings

mredigonda/pilot-arm-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pilot-ARM Compiler

This is a compiler from a toy programmnig language called Pilot, to ARM assembly. It was developed as the final project for my Computer Architecture class. You can see an article about it on my blog.

You can find the presentation of this project in the file final-work.pdf (the problem statement is in tp_pilot.pdf).

You can view the documentation using Doxygen:

  • Go to folder: cd src
  • Generate documentation: doxygen
  • Open the generated docs: src/html/index.html

About

A compiler from a simple toy language called Pilot to ARM assembly. Final project for my Computer Architecture class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published