Skip to content

ShishirSimha/Grammar_of_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Grammar_of_C

Contains the scanner and the parser code of C in lex and yacc respectively.

Ansi_C.l is the scanner file that contains the various tokens that are used in C.

Ansi_C.y is the parser file that contains the grammar of C.

About

Contains the scanner and the parser code of C in lex and yacc respectively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published