Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Design

These are some Compiler Design Code

How to Run

In Linux Terminal:

1. Lex Programs

lex filename.l
gcc lex.yy.c
./a.out

2. YACC Program

lex filename.l
yacc -d identifier.y
gcc lex.yy.c y.tab.c -lfl
./a.out

3. C Program

gcc filename.c
./a.out

About

These are some Programs based on Designing a Compiler.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages