Skip to content

Commit

Permalink
Update Makefile.bnf to include neg_nat
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielhdt committed Apr 24, 2024
1 parent 3a415e7 commit 182a4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/Makefile.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ lambdapi.bnf: Makefile.bnf ../src/parsing/lpParser.mly
-e 's/INFIX/"infix"/g' \
-e 's/INJECTIVE/"injective"/g' \
-e 's/LET/"let"/g' \
-e 's/NEG_NAT/<neg_nat>/g' \
-e 's/NAT/<nat>/g' \
-e 's/NOTATION/"notation"/g' \
-e 's/OPEN/"open"/g' \
Expand Down
2 changes: 1 addition & 1 deletion doc/lambdapi.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ QID ::= [UID "."]+ UID
| "quantifier"

<float_or_int> ::= <float>
| NEG_<nat>
| <neg_nat>
| <nat>

<maybe_generalize> ::= ["generalize"]
Expand Down

0 comments on commit 182a4f5

Please sign in to comment.