Giter Site home page Giter Site logo

c-to-mips-compiler's Introduction

Build Status

C89 to MIPS compiler

Usage

  • use provided Vagrantfile to create a desired environment
  • build compiler make bin/c_compiler
  • build and run Catch2 unit testing make test or make bin/test && bin/test [accepts catch2 options]
  • run test cases and output csv ./test ref|our
  • run test cases and output in a table format .\test_column ref|our
  • option ref uses the reference gcc compiler
  • optin our uses our compiler

Using our compiler

usage:
  c_compiler <input> options

where options are:
  -?, -h, --help       display usage information
  -c, -S, --compile    compile from C98 to MIPS
  -t, --translate      translate from C89 to Python
  -o <output>          place the output into <file>

Explanation of logs

[MSG] Important messages, even for the user.
[CON] Messages from the the context manager, mostly internal.
[LOG] Internal logs.
[ERR] Error messages.

External libraries

  • Unit testing Catch2
  • Command line options parsing Clara
  • Console coloring rang
  • String formatting {fmt}

Footnotes

This is a C89 to MIPS / Python compiler which. It was written as the coursework to the second year EIE module Language Processors at the department of EEE Imperial College London

c-to-mips-compiler's People

Contributors

adamurban98 avatar akowal3 avatar

Watchers

 avatar

Forkers

afd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.