Giter Club home page Giter Club logo

asl-compiler's Introduction

ASL Compiler

Compiler front end for C-like language ASL

Based on project completed in Compilers course CSE 4305. ASL is a purpose built language for that class and has nothing to do with ACPI Source Language.

Currently all but the last portion of the project has been pushed to this repository.

Future of this project

Taken all together this compiler is a front end which is to say that this project takes written ASL code and transforms it into an Abstract Syntax Tree along with a Symbol Table which is the final step before code generation can begin. It exists as a detailed collection of elements that must be traversed to construct assembly code.

This can be done using a tool such as LLVM IR which is a Intermediate Representation with mature tools surrounding it, importantly ones written in Python, that can be used to transform the AST into LLVM and subsequently transformed into assembly code.

asl-compiler's People

Contributors

coffee-dan avatar

Stargazers

 avatar

Watchers

 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.