Skip to content

Commit

Permalink
Require at least one argument to κ-app
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Oct 17, 2024
1 parent 93bbda1 commit 6187ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Refinements-Parsing/NNFParser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ NNFParser >> kappa [
{ #category : #grammar }
NNFParser >> kappaApp [
^(kappa,
((#blank asParser plus), tok ==> [:x| x second]) star) trim
((#blank asParser plus), tok ==> [:x| x second]) plus) trim
==> [ :x | RefVarApp var: x first args: x second ]
]
Expand Down

0 comments on commit 6187ebe

Please sign in to comment.