vijay-jindal / Mini-C-Compiler-using-Flex-And-Yacc

A simple mini c compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple Mini C Compiler using Lex & Yacc. 

Compilation Steps 
	$ lex c.l
	$ yacc c.y
	$ gcc y.tab.c -ll -ly 
	$ ./a.out [filename]

About

A simple mini c compiler


Languages

Language:C 97.2%Language:Yacc 2.3%Language:Lex 0.5%Language:Makefile 0.0%