The document lists 11 experiments and assignments for a computer engineering course. The experiments include implementing a symbol table, lexical analyzer, recursive descent parser, intermediate code generation, studying lexical analysis tools, generating target code, and implementing two-pass assembler and macro processor. Three assignments are also included.
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)
5 views
Index
The document lists 11 experiments and assignments for a computer engineering course. The experiments include implementing a symbol table, lexical analyzer, recursive descent parser, intermediate code generation, studying lexical analysis tools, generating target code, and implementing two-pass assembler and macro processor. Three assignments are also included.
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: Jason James Dsouza Roll No.: 9537
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