b4xim / Mini-Python-Compiler-in-Lex-and-Yacc

A Mini Compiler for Python, that parses the If-Else and While constructs, developed using Lex and Yacc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini-Python-Compiler-in-Lex-and-Yacc

A Mini Compiler for Python, that parses the If-Else and While constructs, developed using Lex and Yacc

Grammar

alt text

About

A Mini Compiler for Python, that parses the If-Else and While constructs, developed using Lex and Yacc

License:GNU General Public License v3.0


Languages

Language:C 78.2%Language:Yacc 19.2%Language:Lex 2.4%Language:Makefile 0.1%