Commit graph

60 commits

Author SHA1 Message Date
ProgramSnail
62f8bc53a1 struct: relational interpreter: complex test (in forward direction, no synt, no complex annotations) 2026-05-12 17:06:51 +00:00
ProgramSnail
6181f405f7 struct: analyzer: remove old commented tests, etc. 2026-05-10 17:34:45 +00:00
ProgramSnail
e8e6acc122 struct: reverse paths in valupd (fix): update for analyzer and synthesizer 2026-05-10 17:19:00 +00:00
ProgramSnail
62e6a55810 struct: model update to use reverse paths in valupd (fix) 2026-05-10 16:56:42 +00:00
ProgramSnail
855a3d1ef9 struct: rev fix, fixes (test is still broken) 2026-05-10 16:56:15 +00:00
ProgramSnail
123012f68f struct: send test: impl for analyzer (currently broken), fix of rev order in tuplecopy 2026-05-10 13:44:35 +00:00
ProgramSnail
64935b3c7e struct: synt. memoization (+ rec function test), fixes 2026-05-09 17:29:54 +00:00
ProgramSnail
810b655ba8 struct: analyzer memoization (store list of stmts for now) 2026-05-09 16:34:47 +00:00
ProgramSnail
1a61fb01ee struct: remove commented tests from prev iteration 2026-05-09 15:49:07 +00:00
ProgramSnail
e79b7fa7bc struct: synthesizer simple synthesis tests 2026-05-09 15:48:28 +00:00
ProgramSnail
a771173364 struct: synt. argument modes tests 2026-05-09 15:22:11 +00:00
ProgramSnail
10cea01338 struct: synt. tests fixes, simple forward tests done 2026-05-09 14:35:21 +00:00
ProgramSnail
2cc87d74df struct: some synt. tests (some test bodies without actual check) 2026-05-08 15:58:44 +00:00
ProgramSnail
1bcf567839 struct: synt. ref arg in call fix 2026-05-08 14:50:36 +00:00
ProgramSnail
68f2569922 struct: synt. ambuity fixes, simple read call test 2026-05-08 12:46:53 +00:00
ProgramSnail
130079f7bd struct: synt. left & right fold fix (swap), simple var synt. tests, fixes, not working (yet) call test 2026-05-08 12:06:53 +00:00
ProgramSnail
ee8ff429cf struct: correct glob context handling in synthesizer (fix ported from ananlyzer) 2026-05-06 17:17:36 +00:00
ProgramSnail
a130ffe819 struct: fixes, first (empty) synthesizer test 2026-05-06 16:57:14 +00:00
ProgramSnail
781fdbafd2 struct: fix test & shadowing test in analyzer 2026-05-06 16:18:42 +00:00
ProgramSnail
547d419b48 struct: fox spoil in root: use copy capability Cp 2026-05-06 16:14:35 +00:00
ProgramSnail
bd809ed1cf struct: glob state fix: init func internal state with glob state, some tests 2026-05-06 15:20:44 +00:00
ProgramSnail
5833e5949c struct: fixes, som more tests for analyzer 2026-05-06 15:01:34 +00:00
ProgramSnail
6620b0d0ef struct: remove unrequired comments - old code 2026-05-06 10:41:29 +00:00
ProgramSnail
da7e489a78 struct: remove unrequired comment 2026-05-06 10:39:49 +00:00
ProgramSnail
ddde0e9541 struct: fixes, full untested version of synt (without memoization, strightforward rewrite without testing) 2026-05-05 18:14:58 +00:00
ProgramSnail
99a18feee9 struct: synt: valspoil 2026-05-05 16:52:43 +00:00
ProgramSnail
3e61eb3204 struct: part sythesizer functions + some minor (mostly stylistic) analyzer corrections 2026-05-05 14:35:35 +00:00
ProgramSnail
b31415cf8e struct: sythesizer util functions 2026-05-04 13:42:53 +00:00
ProgramSnail
b99aa58db0 struct: synthesizer basic types (relational, without tests) 2026-05-04 13:00:32 +00:00
ProgramSnail
66ea0e53da struct: init synthesizer rewrite 2026-05-01 13:45:09 +00:00
ProgramSnail
80ac511c7a structures: ref expr (semantics & impl, only for var refs for now), simple tests & constructor abbriviations for future 2026-05-01 13:40:56 +00:00
ProgramSnail
1bacb6dfd7 structures: analyzer prog eval, some trivial tests 2026-04-29 15:12:45 +00:00
ProgramSnail
ac67849c5d structures: remove or comment old code in the analyzer 2026-04-29 12:45:28 +00:00
ProgramSnail
1c7f676a54 structures: context initialization in analyzer 2026-04-29 12:44:15 +00:00
ProgramSnail
1d28d01c17 structures: context initialization semantics 2026-04-29 12:25:56 +00:00
ProgramSnail
35de5946f0 structures: store set of all possible function bodies in values (semantices & annalyzer, combining semantics?) 2026-04-29 12:07:33 +00:00
ProgramSnail
40e02c0e5a structures: call stmt in analyzer, addarg & spoil for expressions, semantics fixes 2026-04-29 11:03:52 +00:00
ProgramSnail
250776f1f7 structures: semantics fixes, another part of analyzer (up to most part of stmt eval) 2026-04-29 09:16:24 +00:00
ProgramSnail
0be430a59b structures: semantics fixes, part of analyzer 2026-04-28 14:37:54 +00:00
ProgramSnail
967d213f54 structures: grammar fixes 2026-04-28 11:17:15 +00:00
ProgramSnail
4eb3dea966 structures: spoil fix, corectness added 2026-04-25 17:25:21 +00:00
ProgramSnail
22111a37ed structures: call add arguments (without typecheck), new value funciton fix 2026-04-25 16:58:59 +00:00
ProgramSnail
5a33161117 structures: call finalization fix (wothout correctness requirements) 2026-04-25 16:44:08 +00:00
ProgramSnail
eb90ba5449 structures: statement eval fix (?) 2026-04-25 16:15:23 +00:00
ProgramSnail
9d21c99556 structures: expr eval & typing 2026-04-25 16:11:29 +00:00
ProgramSnail
9d8dc1000c structures: partial statement eval 2026-04-25 15:47:46 +00:00
ProgramSnail
fd29f7d3da structures: combine + combine all 2026-04-25 15:07:16 +00:00
ProgramSnail
18d19051c4 structures: combine in shared memory 2026-04-25 14:51:38 +00:00
ProgramSnail
0937d91f54 structures: remove in & out accessors 2026-04-25 13:45:24 +00:00
ProgramSnail
e786cc6135 structures: week fixes, part 1 (most syntactic fixes) 2026-04-25 13:43:12 +00:00