MODULE = (M|m)odule
END = [Ee]nd
IF = if|If
IDENT = [a-zA-Z_][a-zA-Z_0-9]*
ignore = \n| |\t
UNKNOWN = .