let atomeof (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) = (yyparse yytables 2 lexfun lexbuf : Atom.t)