This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proposal for improvements to concrete notation (#456)
* starting to cleanup tactic notation * make the comma mean fewer things * use "assert" rather than "let" for cut, unify bracketing * use fresh...in rather than fresh...-> * try renaming 'assert' to 'claim' * update Emacs mode a bit * begin to put @favonia's Invincible Thought into practice * get rid of more commas * resolve #376 * allow underscores in fresh -> * proof is easy now * update failure tests * Revert "proof is easy now" This reverts commit 9d001d4. * resolve #468 * crappy fix for #469 (really need to rethink the grammar) resolves #469 * update ua.prl
- Loading branch information
1 parent
662ad46
commit 43f35b2
Showing
31 changed files
with
327 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
mlyacc src/redprl/redprl.grm | ||
mllex src/redprl/redprl.lex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.