RGPV / RGTU 7th Semester Compiler Design List of Experiments

siteowner 10:55 AM
B.E. Computer Science and Engineering VII Semester
List of Experiments:
CS701 Compiler Design
Rgpv / rgtu COMPILER DESIGN, lab assignment, tutorials, subject notes
  1. Develop a lexical analyzer to recognise a few patterns in PASCAL and C. (ex: identifiers, constants, comments, operators etc.)
  2. Write a programme to parse using Brute force technique of Topdown parsing.
  3. Develop on LL (1) parser (Construct parse table also).
  4. Develop an operator precedence parser (Construct parse table also)
  5. Develop a recursive descent parser
  6. Write a program for generating for various intermediate code forms i) Three address code ii) Polish notation
  7. Write a program to simulate Heap storage allocation strategy
  8. Generate Lexical analyzer using LEX
  9. Generate YACC specification for a few syntactic categories.
  10. Given any intermediate code form implement code optimization techniques.

References:
  1. Aho-Ullman, Principles of compiler Design, Narosa Publishing House.
  2. Aho-Ullman, Compilers: Principles Techniques & Tools, Addison Wesley.
  3. Dhamdhere, Compiler Construction.

Artikel Terkait

Previous
Next Post »