package Iota;

%%

%class Lexer
%type Token
%function getToken
%public

%%

. { 
	System.err.println("Invalid character : " + yytext());
}