Lex Compilation Run through generator generates C code which acts on input Process using lex lex -t file.l > file.c cc -c file.c cc -o file file.o -ll -ly