nadimayaz / mylang-using-flex-bison

Just a toy program using flex and bison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a toy language,designed using flex and bison.

Here is an Example.

v = scan(int);

print(v);

About

Just a toy program using flex and bison


Languages

Language:Yacc 53.4%Language:Lex 31.6%Language:Makefile 14.9%