GithubHelp home page GithubHelp logo

vntkumar8 / compiler Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 192 KB

Repository of Compiler Design course as taught by Prof. Nandini Mukherjee at Department of Computer Sc. & Engg., Jadavpur Univeristy, Kolkata India.

C 53.37% Shell 0.13% C++ 46.50%
compilers c

compiler's Introduction

compiler

Assignment1

Write a C program to convert a program written in simple and restricted C language into a stream of tokens.

Assignment2

Write a program for removing immediate and non-immediate left recursion in a grammar. The grammar will be stored in a text file. Your program will read the text file, remove left recursion and output the new grammar in an output file.

Assignment3

Write a program to compute the FIRST and FOLLOW set of a given grammar. The grammar is to be stored in a text file which will be input to your program. The symbols of the grammar are strings, the left recursion is already removed (considering that your assignment 2 program has taken care of left recursion removal).

Assignment4

Construct an LL(1) parser. The parser should read any grammar which is input as a file, construct the parsing table for that grammar. Next the parser should take an input file and check whether the string in the input file is acceptable and report errors, if any, with locations.

Assignment5

Assignment5

compiler's People

Contributors

vntkumar8 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.