Converting one programming language to another one with respect to some grammar rules, defined before with lex and yacc. C programming language is used beside lex and yacc.
-
Updated
Feb 8, 2023 - Yacc
Converting one programming language to another one with respect to some grammar rules, defined before with lex and yacc. C programming language is used beside lex and yacc.
Implemented a C compiler that performs lexical, syntactical and semantical analysis of input C programs. ⚬ The compiler was developed using lex and yacc and generates optimizable intermediate code.
Add a description, image, and links to the cprogramming-language topic page so that developers can more easily learn about it.
To associate your repository with the cprogramming-language topic, visit your repo's landing page and select "manage topics."