%{ #include "tokens.h" %} %% [ \t\n]+ ; \[ return OLIST; \] return CLIST; \; return SEP; [0-9]+ { lexval = atoi(yytext); return NUM; } <> return 0;