Skip to content
Snippets Groups Projects
Commit 1e79ef72 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Put "%expect 0" directives in the .y files

With the exception of GHC's main Parser.y(.pp), which has 2
reduce/reduce conflicts
parent 48f69516
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ import HpcLexer
}
%name parser
%expect 0
%tokentype { Token }
%token
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment