8000 GitHub - kaazima/Compiler-Design: Collection of beginner-friendly Lex & Yacc programs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kaazima/Compiler-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Compiler-Design

Collection of beginner-friendly Lex & Yacc programs

⚙️ Run programs

Lex Programs:

  lex filename.l
  cc lex.yy.c -ll
  ./a.out

Yacc Programs:

  lex filename.l
  yacc -d filename.y
  cc lex.yy.c y.tab.c -ll
  ./a.out

About

Collection of beginner-friendly Lex & Yacc programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0