Toy Lexer for Compiler Construction class This is a toy lexer which, when given a DFA (as in the sample.dfa file) and an input file, will output the tokens and token names. Usage: ./lexer -dfa dfa_input_file -input input_file