Skip to content

Commit

Permalink
Ability to "go generate" a binary snapshot of Rubi.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Nov 10, 2018
1 parent fe5a81f commit 8c8b931
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1,598 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
@@ -1,2 +1,2 @@
expreduce/resources.go linguist-generated
expreduce/resources.go filter=lfs diff=lfs merge=lfs -text
*.m linguist-language=Mathematica
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@ old
calc.go
y.output
test_rubi
expreduce/rubi_snapshot.expred

.idea/expreduce.iml

Expand Down
2 changes: 1 addition & 1 deletion expreduce/builtin_rubi.go
@@ -1,4 +1,4 @@
//go:generate go run ../utils/gensnapshots/gensnapshots.go
//go:generate go run ../utils/gensnapshots/gensnapshots.go -rubi_snapshot_location=./rubi_snapshot.expred

package expreduce

Expand Down

0 comments on commit 8c8b931

Please sign in to comment.