Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 162 Bytes

File metadata and controls

13 lines (8 loc) · 162 Bytes

ProjectD

Dynamic Language

How to run: required: g++, bison 3.0.0 ++, flex

flex flex.l

bison -d bison.y

g++ -o test.out bison.tab.c -lm

./test || ./test.out