Skip to content

Commit edd7e6f

Browse files
committedAug 31, 2022
Canonicalization export script
1 parent 377fc0f commit edd7e6f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
**/document/
22
**/output/
3+
export/

‎export_canonicalizations.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
isabelle build -vd . NewOptimizations
4+
isabelle export -d . -x "*:optimizations/*.rules" NewOptimizations
5+

0 commit comments

Comments
 (0)