mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-01-25 12:57:10 +00:00
move old version on relational interpreter, fix the new version
This commit is contained in:
parent
5f7b25be81
commit
1c399b12ae
3 changed files with 360 additions and 86 deletions
10
lib/dune
10
lib/dune
|
|
@ -1,7 +1,7 @@
|
|||
(env
|
||||
(_
|
||||
(flags
|
||||
(:standard -warn-error +5))))
|
||||
; (env
|
||||
; (_
|
||||
; (flags
|
||||
; (:standard -warn-error +5))))
|
||||
|
||||
(library
|
||||
(name semantic_interpreter)
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
(flags
|
||||
(:standard -rectypes))
|
||||
(libraries OCanren OCanren.tester)
|
||||
(preprocessor_deps %{project_root}/lib/pp5+gt+plugins+ocanren+dump.exe)
|
||||
(preprocessor_deps ./pp5+gt+plugins+ocanren+dump.exe)
|
||||
(inline_tests)
|
||||
(wrapped false)
|
||||
(preprocess
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue