mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-06-11 03:38:15 +00:00
struct: half-manual solution for the complex send example with code from analyzer rw, test presented with fixed tags
This commit is contained in:
parent
f457ed746e
commit
90986d9681
3 changed files with 63 additions and 3 deletions
|
|
@ -107,3 +107,6 @@ let%expect_test "presentation test 2 (complex types), synt" = print_endline(prog
|
|||
(* let%expect_test "complex test: send" = print_endline(prog_synt_compl_test_send ()); *)
|
||||
(* [%expect {| [[Rf; Cp; Cp; Cp; Cp; Cp]; [Cp; Cp; Cp; Cp; Cp; Cp]] |}] (* TODO: FIXME *) *)
|
||||
(* TODO *)
|
||||
|
||||
let%expect_test "complex test: send, gen rw" = print_endline(prog_synt_compl_test_send_gen_rw ());
|
||||
[%expect {| [[Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Cp; Rf; Rf; Rf; Rf; Rf; Rf; Rf]] |}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue