Coder Social home page Coder Social logo

spl's Introduction

Compiler Construction

CSE-5317 Design and Construction of Compilers academic project


Phase 1: Implement a Scanner using the SPL language specification.
Phase 2: Implement a Parser which uses the Scanner from the previous phase.
Phase 3: Implement an AST generator using the Scanner output.
Phase 4: Implement Type Checking in the generated AST.
Phase 5: Implement Intermediate Code generation from the generated AST.
Phase 6: Implement Machine code generation for the MIPS instrucution set.

Instructions

Platform and Tools

  • If you do not have Java on your PC, install Java SE 8 JDK.
  • Setup the JAVA_HOME variable. On Microsoft Windows 8/10, click Start, then Control Panel, then System, then Advanced, then Environment Variables. Insert a new System variable JAVA_HOME to be C:\Java\jdk1.8.0_111 (change the version to match).
  • Install Apache maven from https://maven.apache.org/install.html.
  • Install Scala 2.11.* from http://www.scala-lang.org/download/ (do not install Scala 2.12.*).
  • Change your PATH. On Microsoft Windows 8/10, click Start, then Control Panel, then System, then Advanced, then Environment Variables. Edit the System variable Path and insert C:\Java\jdk1.8.0_111\bin, C:\apache-maven-3.3.9\bin, and C:\Program Files (x86)\scala\bin at the top (change the versions to match).

Run

Build using -
mvn clean install
Test code using -
scala lib/spl.jar <compiler-phase> tests/hello.spl
eg. scala lib/spl.jar 1 tests/hello.spl
Check solution -
scala spl-solution.jar <compiler-phase> tests/hello.spl
eg. scala spl-solution.jar 1 tests/hello.spl

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.