Git Product home page Git Product logo

decaf-compiler's Introduction

A Naive Decaf Compiler

ACM1501 U201514613 苟桂霖

introduction

This project implements a Java-like language called decaf, which compiles .decaf code into LLVM middle code(.ll).
It features:

  1. use Flex as tokenizier;
  2. use Bison as Praser;
  3. support limited static analysis;
  4. use LLVM Builder to generate final middle code.

requirement

This project requires 0. Linux distribution

  1. GCC and Clang supporting C++17.
  2. latest bison and flex
  3. LLVM
  4. zlib1g-dev (to solve "-lz not found")
  5. /usr/bin/python3

usage

To run it, first run ./init.sh to generate necessary directory structure, and fix any error infomation if exists

After installing the tools above, run ./init.sh to generate necessary directory structure.

Then, run ./checker.sh to compile and link programs. You can modify ./checker.sh to test other program, or manually do it at your wish.

decaf-compiler's People

Contributors

fluorinedog avatar

Stargazers

Eason Wang avatar

Watchers

James Cloos avatar EAirPeter avatar  avatar

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.