Back to Notes

Compiler Design Lab Files

Download C programming files for Compiler Design laboratory practice.
The only way to do great work is to love what you do.

hello.c

Basic Hello World program

chand.c

Lexical analyzer for comments

single line comment.c

Single line comment detector

DFA Pattern.c

String: a*, a*b+, abb
DFA pattern matching practice
Go for Code