Skip to content

Commit

Permalink
allow Exp instead of Exp1 for the source commands
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Nov 24, 2023
1 parent 4f28d2b commit 65002fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/GF/Grammar/Parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import qualified Data.Map as Map
%name pModDef ModDef
%name pTopDef TopDef
%partial pModHeader ModHeader
%partial pTerm Exp1
%partial pTerm Exp
%name pExp Exp
%name pBNFCRules ListCFRule
%name pEBNFRules ListEBNFRule
Expand Down

0 comments on commit 65002fb

Please sign in to comment.