#include "lex.h" int lexer (const struct lex *lex, const char *input, void *arg) { // XXX: implement }