%{ #include #include "y.tab.h" %} %% "start" { return(START); } Fill in these lines with Lex code for the various tokens (terminal symbols) that may appear. [.] ; /* this rule will eat up and discard any stray characters */