%{ #include "gen.tab.h" %} %% [a-z] {return(ID);} \( {return LP;} \) {return RP;} [ \t] ; [\n] ; %%