3rd Year, CSE

CS605PC: Compiler Design Lab CSE Syllabus for B.Tech 3rd Year 2nd Sem R18 Regulation JNTUH

Compiler Design Lab detailed Syllabus for Computer Science & Engineering (CSE), R18 regulation has been taken from the JNTUH official website and presented for the students affiliated to JNTUH course structure. For Course Code, Subject Names, Theory Lectures, Tutorial, Practical/Drawing, Credits, and other information do visit full semester subjects post given below. The Syllabus PDF files can also be downloaded from the universities official website.

For all other CSE 3rd Year 2nd Sem Syllabus for B.Tech R18 Regulation JNTUH, do visit CSE 3rd Year 2nd Sem Syllabus for B.Tech R18 Regulation JNTUH Subjects. The detailed Syllabus for compiler design lab is as follows.

Pre-requisite:

For the complete Syllabus, results, class timetable, and many other features kindly download the iStudy App
It is a lightweight, easy to use, no images, and no pdfs platform to make students’s lives easier.
Get it on Google Play.

Co-requisite:

  1. A course on Web Technologies

Course Objectives:

  1. To provide hands-on experience on web technologies
  2. To develop client-server application using web technologies
  3. To introduce server-side programming with Java servlets and JSP
  4. To understand the various phases in the design of a compiler.
  5. To understand the design of top-down and bottom-up parsers.
  6. To understand syntax directed translation schemes.
  7. To introduce lex and yacc tools.

Course Outcomes:

For the complete Syllabus, results, class timetable, and many other features kindly download the iStudy App
It is a lightweight, easy to use, no images, and no pdfs platform to make students’s lives easier.
Get it on Google Play.

List Of Experiment:

Compiler Design Experiments

  1. Write a LEX Program to scan reserved word and Identifiers of C Language
  2. Implement Predictive Parsing algorithm
  3. Write a C program to generate three address code.
  4. Implement SLR(1) Parsing algorithm
  5. Design LALR bottom up parser for the given language ::=
  6. ::= { } | { } ::= int ; ::= | , ::= | [ ] ::= | ; ::= | | | | |

    ::= = | [ ] =

    ::= if then else endif | if then endif

    ::= while do enddo

    ::= print ( )

    ::= | |

    ::= ::= < | <= | == |
    – = |
    – | !=

    ::= + | –

    ::= |

    ::= * | /

    ::= | | [ ]

    | ( )

    ::= |

    ::= |

    ::= |

    ::= a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z

    ::= 0|1|2|3|4|5|6|7|8|9

    has the obvious meaning

    Comments (zero or more characters enclosed between the standard C/Java-style comment brackets /*…*/) can be inserted. The language has rudimentary support for 1-dimensional arrays. The declaration int a[3] declares an array of three elements, referenced as a[0], a[1] and a[2]. Note also that you should worry about the scoping of names.

    A simple program written in this language is:

    { int a[3],t1,t2;

    t1=2;

    a[0]=1; a[1]=2; a[t1]=3;

    t2=-(a[2]+t1*6)/(a[2]-t1);

    if t2>5 then

    print(t2);

    else { int t3; t3=99; t2=-25;

    print(-t1+t2*t3); /* this is a comment

    on 2 lines */

    } endif

    }

For detail Syllabus of all other subjects of B.Tech 3rd Year Computer Science & Engineering, visit CSE 3rd Year Syllabus Subjects.

For all B.Tech results, visit JNTUH B.Tech all years, and semester results from direct links.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.