Skip to content

Commit

Permalink
big wip
Browse files Browse the repository at this point in the history
  • Loading branch information
emarzion committed Oct 13, 2024
1 parent 6aeaa7a commit 6d35d20
Show file tree
Hide file tree
Showing 11 changed files with 978 additions and 125 deletions.
1 change: 1 addition & 0 deletions bin/gen/ExtractRomanWheel.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Require Import TBGen.Util.OMap.
Require Import TBGen.Bear.Sort.
Require Import TBGen.Bear.BearGame.
Require Import TBGen.Bear.RomanWheel.
Require Import TBGen.Bear.RomanWheelSym.
Require Import TBGen.TB.TB.

Set Warnings "-extraction-default-directory".
Expand Down
2 changes: 1 addition & 1 deletion bin/gen/dune
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
(rule
(targets tb_w.json tb_b.json)
(deps gen_file.exe)
(action (run ./gen_file.exe)))
(action (run time ./gen_file.exe)))
5 changes: 3 additions & 2 deletions bin/query/ExtractQuery.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ Require Import TBGen.Bear.Sort.
Require Import TBGen.Bear.BearGame.
Require Import TBGen.Bear.RomanWheelExtras.
Require Import TBGen.Bear.RomanWheel.
Require Import TBGen.TB.TB.
Require Import TBGen.TB.OCamlTB.
Require Import TBGen.Bear.RomanWheelSym.
Require Import TBGen.SymTB.TB.
Require Import TBGen.SymTB.OCamlTB.

Definition make_BG_State {G} (pl : Player.Player)
(b h1 h2 h3 : Graph.Vert G) : option (BG_State G).
Expand Down
10 changes: 10 additions & 0 deletions bin/query/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,25 @@
(extracted_modules
Ascii
BearGame
Bisim
Compare_dec
Datatypes
Dec
ExtractQuery
Game
Graph
GroupAction
IntHash
IntMap
List0
Nat
OCamlTB
OMap
PeanoNat
Player
PrimInt63
RomanWheel
RomanWheelSym
Show
Sort
Specif
Expand All @@ -36,20 +41,25 @@
;; Extracted code
Ascii
BearGame
Bisim
Compare_dec
Datatypes
Dec
ExtractQuery
Game
Graph
GroupAction
IntHash
IntMap
List0
Nat
OCamlTB
OMap
PeanoNat
Player
PrimInt63
RomanWheel
RomanWheelSym
Show
Sort
Specif
Expand Down
Loading

0 comments on commit 6d35d20

Please sign in to comment.