flush
[m6w6/ext-psi] / src / parser_proc.y
index 32cba5d48daa207f3f669a438a5e062bee1e09bd..29e59a1592af74341bef880141b7b12478db6367 100644 (file)
 /* TOKEN is defined inside syntax_error */
 %syntax_error {
        PSI_ParserSyntaxError(P, P->psi.file.fn, P->line, "Unexpected token '%s'", TOKEN->text);
-       TOKEN->type = PSI_T_NAME;
 }
 
 %nonassoc NAME.
+%fallback NAME FREE SET LET RETURN LIB.
 
 file ::= blocks.