#!/bin/bash bison -d grammer.y flex scan.l gcc lex.yy.c grammer.tab.c -lfl -o kconf