{"id":22997,"date":"2020-07-16T06:56:51","date_gmt":"2020-07-16T06:56:51","guid":{"rendered":"https:\/\/www.inspirenignite.com\/jntuh\/cs605pc-compiler-design-lab-cse-syllabus-for-btech-3rd-year-2nd-sem-r18-regulation-jntuh\/"},"modified":"2020-07-16T06:56:51","modified_gmt":"2020-07-16T06:56:51","slug":"cs605pc-compiler-design-lab-cse-syllabus-for-btech-3rd-year-2nd-sem-r18-regulation-jntuh","status":"publish","type":"post","link":"https:\/\/www.inspirenignite.com\/jntuh\/cs605pc-compiler-design-lab-cse-syllabus-for-btech-3rd-year-2nd-sem-r18-regulation-jntuh\/","title":{"rendered":"CS605PC: Compiler Design Lab CSE Syllabus for B.Tech 3rd Year 2nd Sem R18 Regulation JNTUH"},"content":{"rendered":"<p align=\"justify\">Compiler Design Lab detailed Syllabus for Computer Science &amp; Engineering (CSE), R18 regulation has been taken from the <a href=\"https:\/\/jntuh.ac.in\/syllabus\/\" style=\"color: inherit\" target=\"_blank\" rel=\"noopener\">JNTUH<\/a> 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.<\/p>\n<p align=\"justify\">For all other CSE 3rd Year 2nd Sem Syllabus for B.Tech R18 Regulation JNTUH, do visit <a href=\"..\/cse-3rd-year-2nd-sem-syllabus-for-btech-r18-regulation-jntuh\">CSE 3rd Year 2nd Sem Syllabus for B.Tech R18 Regulation JNTUH <\/a>Subjects. The detailed Syllabus for compiler design lab is as follows.<\/p>\n<p><h4>Pre-requisite:<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete Syllabus, results, class timetable, and many other features kindly download the <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.<\/p>\n<p><h4>Co-requisite:<\/h4>\n<p align=\"justify\">\n<ol>\n<li>A course on Web Technologies<\/li>\n<\/ol>\n<p><h4>Course Objectives:<\/h4>\n<p align=\"justify\">\n<ol>\n<li>To provide hands-on experience on web technologies<\/li>\n<li>To develop client-server application using web technologies<\/li>\n<li>To introduce server-side programming with Java servlets and JSP<\/li>\n<li>To understand the various phases in the design of a compiler.<\/li>\n<li>To understand the design of top-down and bottom-up parsers.<\/li>\n<li>To understand syntax directed translation schemes.<\/li>\n<li>To introduce lex and yacc tools.<\/li>\n<\/ol>\n<p><h4>Course Outcomes:<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete Syllabus, results, class timetable, and many other features kindly download the <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.<\/p>\n<p><h4>List Of Experiment:<\/h4>\n<p align=\"justify\">\nCompiler Design Experiments<\/p>\n<ol>\n<li>Write a LEX Program to scan reserved word and Identifiers of C Language<\/li>\n<li>Implement Predictive Parsing algorithm<\/li>\n<li>Write a C program to generate three address code.<\/li>\n<li>Implement SLR(1) Parsing algorithm<\/li>\n<li>Design LALR bottom up parser for the given language  ::= <\/li>\n<p> ::= {   } | {  }  ::= int  ;  ::=  |  ,   ::=  |  [  ]  ::=  |  ;   ::=  |  |  |  |  |<br \/>\n<br \/>\n ::=  =  |  [  ] =<br \/>\n<br \/>\n ::= if  then  else  endif | if  then  endif<br \/>\n<br \/>\n ::= while  do  enddo<br \/>\n<br \/>\n ::= print (  )<br \/>\n<br \/>\n ::=    |  |<br \/>\n<br \/>\n ::=     ::= &lt; | &lt;= | == |<br \/>\n&#8211; = |<br \/>\n&#8211;  | !=<br \/>\n<br \/>\n ::= + | &#8211;<br \/>\n<br \/>\n ::=    |<br \/>\n<br \/>\n ::= * | \/<br \/>\n<br \/>\n ::=  |  |  [ ]<br \/>\n<br \/>\n| (  )<br \/>\n<br \/>\n ::=  |<br \/>\n<br \/>\n ::=   |<br \/>\n<br \/>\n ::=  |<br \/>\n<br \/>\n ::= 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<br \/>\n<br \/>\n ::= 0|1|2|3|4|5|6|7|8|9<br \/>\n<br \/>\n has the obvious meaning<br \/>\n<br \/>\nComments (zero or more characters enclosed between the standard C\/Java-style comment brackets \/*&#8230;*\/) 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.<br \/>\n<br \/>\nA simple program written in this language is:<br \/>\n<br \/>\n{ int a[3],t1,t2;<br \/>\n<br \/>\nt1=2;<br \/>\n<br \/>\na[0]=1; a[1]=2; a[t1]=3;<br \/>\n<br \/>\nt2=-(a[2]+t1*6)\/(a[2]-t1);<br \/>\n<br \/>\nif t2&gt;5 then<br \/>\n<br \/>\nprint(t2);<br \/>\n<br \/>\nelse { int t3; t3=99; t2=-25;<br \/>\n<br \/>\nprint(-t1+t2*t3); \/* this is a comment<br \/>\n<br \/>\non 2 lines *\/<br \/>\n<br \/>\n} endif<br \/>\n<br \/>\n}<br \/>\n\n<\/ol>\n<\/p>\n<p align=\"justify\">For detail Syllabus of all other subjects of B.Tech 3rd Year Computer Science &amp; Engineering, visit <a href=\"..\/category\/cse+3rd-year\">CSE 3rd Year Syllabus<\/a> Subjects.<\/p>\n<p align=\"justify\">For all B.Tech results, visit <a href=\"https:\/\/www.inspirenignite.com\/jntuh\/jntuh-b-tech-results\/\">JNTUH B.Tech all years, and semester results <\/a>from direct links.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Compiler Design Lab detailed Syllabus for Computer Science &amp; Engineering (CSE), R18 regulation has been taken from the JNTUH official website and presented for the students affiliated to JNTUH course [&hellip;]<\/p>\n","protected":false},"author":2344,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[122,2],"tags":[],"class_list":["post-22997","post","type-post","status-publish","format-standard","hentry","category-3rd-year","category-cse"],"_links":{"self":[{"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/posts\/22997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/users\/2344"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/comments?post=22997"}],"version-history":[{"count":0,"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/posts\/22997\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/media?parent=22997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/categories?post=22997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/jntuh\/wp-json\/wp\/v2\/tags?post=22997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}