Giter Club home page Giter Club logo

minimumc's Introduction

MinimumC

MinimumC is a minimum C compiler intended to parse tokens, check grammar correctness and generate x86 code.

Usage

To compile MinimumC, run make in the root folder of this project.

To run MinimumC with specific arguments, run ./MinimumC "YOUR_INPUT_PROGRAM_HERE" and output of printf will be redirect to asm file.

Testing

To test the code works, run make test. tesh.sh is the test file, it first generate lib.o with gcc options -x(specificy input language, here as C),-c(no link) from redirect texts. Then it checks whether the actual return value and the estimated value are equal.

Debugging

To enable terminal debugging in MinimumC, set DEBUG_TOKEN, DEBUG_PARSE, DEBUG_CODEGEN to value 1

// Set Debug mode to non-zoro to enable debug.
#define DEBUG_TOKEN 1
#define DEBUG_PARSE 1
#define DEBUG_CODEGEN 1

Warning:

Since both debugging and code generation print the output to stdout, it is buggy to enable debugging while generating asm file.

Reference:

  1. C Coding Standard: https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html

  2. Crafting Interpreters:https://craftinginterpreters.com/contents.html

minimumc's People

Contributors

chriswang13 avatar

Stargazers

 avatar Eason Wang avatar liusai avatar  avatar

Watchers

 avatar

minimumc's Issues

License?

What license is the code of the repo available under?

A LICENSE file should be added.

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.