Skip to content

Compilers Class. A (semi) compiler for a subset of the Rust language. Compiles to intermediate code only.

Notifications You must be signed in to change notification settings

jlucasp25/Intermediate-Code-Compiler-RUST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler for a subset of the Rust language

Compilers Class

A compiler for a subset of the RUST programming language.

Only compiles to intermediate code.

The final objective was the translation of the to MIPS machine code but it wasn't achieved due to a lack of time.

Requirements

  • GCC compiler
  • Bison
  • Flex

Instructions

Compile using the makefile. Run the program providing a file with the Rust code.

About

Compilers Class. A (semi) compiler for a subset of the Rust language. Compiles to intermediate code only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published