Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 583 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 583 Bytes

Nous compiler

This is a C compiler written in Rust. It translates C code into x86 assembly.

Getting started

Prerequisites

  • Rust (latest stable version)
  • GCC

Building the project

To build the project simply run:

cargo build

Running tests

This includes documentation tests:

cargo test

Development information

Prototyping and testing

To quickly compile a file and display the program exit code you can run:

./quick_compile.sh <path_to_file> 

License

This project is licensed under the MIT License.