The document outlines experiments for a computer engineering course including implementing a symbol table, lexical analyzer, recursive descent parser, intermediate code generation, studying lexical analysis tools, generating target code, implementing a two pass assembler, implementing a two pass macro processor, and three assignments.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views1 page
Index
The document outlines experiments for a computer engineering course including implementing a symbol table, lexical analyzer, recursive descent parser, intermediate code generation, studying lexical analysis tools, generating target code, implementing a two pass assembler, implementing a two pass macro processor, and three assignments.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Fr.
Conceicao Rodrigues College of Engineering
Fr. Agnel Ashram, Bandstand, Bandra(W) Mumbai – 400050 Department of Computer Engineering 2023 - 24 Subject: SPCC (Sem VI) CSC601
Student Name: Roll No.:
Sr. Experiment Title Submission Remarks
No. Date
1. To write a program for implementing
Symbol Table. 2. Write a program to implement Lexical analyzer. 3. Design recursive descent parser.
4. To generate an Intermediate code
5. Study of Lexical analyzer tool -Flex/Lex
and Yacc 6. Generate a target code for the optimized code. 7. Write a program to implement Two Pass Assembler 8. Write a program to implement two pass Macro Processor 9. Assignment 1