Commit Graph

65 Commits

Author SHA1 Message Date
Sergiu Ivanov 51c033b29c Make rs fully Typed Racket. 2023-08-24 23:37:17 +02:00
Sergiu Ivanov 5a2307ed58 Type pretty-print-state-graph. 2023-08-24 13:53:42 +02:00
Sergiu Ivanov 1e9d906b34 Type pretty-print-state. 2023-08-23 16:37:54 +02:00
Sergiu Ivanov a2e5f9d091 Add build-interactive-process/org. 2023-08-19 16:47:49 +02:00
Sergiu Ivanov 11c736b04b Type build-interactive-process. 2023-08-19 16:33:57 +02:00
Sergiu Ivanov a18620e694 Add pretty-print-state-graph/simple-states.
Was pretty-print-reduced-graph.
2023-08-17 17:43:50 +02:00
Sergiu Ivanov 99d50c8505 Add build-interactive-process-graph/simple-states.
Was build-reduced-state-graph.
2023-08-17 10:26:05 +02:00
Sergiu Ivanov 6a3bd9e7a6 Type build-interactive-process-graph. 2023-08-16 14:01:17 +02:00
Sergiu Ivanov c667f75c0e Type dynamics%. 2023-08-16 10:06:46 +02:00
Sergiu Ivanov b2bc06646e rs->ht-str-triples: Add an actual test case. 2023-08-15 10:46:26 +02:00
Sergiu Ivanov 78e88840cc Add state and State. 2023-08-14 14:47:09 +02:00
Sergiu Ivanov f398d10d15 Type rs->ht-str-triples. 2023-08-14 13:32:27 +02:00
Sergiu Ivanov a469eae764 Type reaction->str-triple. 2023-08-13 21:17:32 +02:00
Sergiu Ivanov c1723066a7 Type read-context-sequence. 2023-08-11 15:55:09 +02:00
Sergiu Ivanov 6a9adf5e07 Type read-org-rs. 2023-08-10 18:05:22 +02:00
Sergiu Ivanov aae2e1f964 Type ht-str-triples->rs. 2023-08-10 16:46:32 +02:00
Sergiu Ivanov e884a2ee07 Type str-triple->reaction. 2023-08-10 16:30:02 +02:00
Sergiu Ivanov a51bba870e Type apply-rs. 2023-08-10 16:19:58 +02:00
Sergiu Ivanov b29f98105f Type union-products. 2023-08-10 01:07:41 +02:00
Sergiu Ivanov 064169f0b6 Add and use ReactionName. 2023-08-09 11:29:09 +02:00
Sergiu Ivanov d779c52cc8 Type list-enabled. 2023-08-09 11:15:43 +02:00
Sergiu Ivanov cf9a68ae6b Add ReactionSystem. 2023-08-08 18:34:40 +02:00
Sergiu Ivanov 9efca22f7b Add enabled?. 2023-08-08 18:28:25 +02:00
Sergiu Ivanov 6518ae2fdd Add make-reaction. 2023-08-08 18:09:24 +02:00
Sergiu Ivanov 6cf1505a61 Add reaction and Reaction. 2023-08-08 17:40:44 +02:00
Sergiu Ivanov 3821a11d38 Start converting rs to Typed Racket. 2023-08-08 17:22:03 +02:00
Sergiu Ivanov 3b8ce5eb84 rs: Add pretty-print-reduced-state-graph. 2020-11-11 00:36:49 +01:00
Sergiu Ivanov ce0d5023bf rs: Add build-reduced-state-graph. 2020-11-10 09:42:50 +01:00
Sergiu Ivanov 4f3eef0ba3 rs: Fix the comment of build-interactive-process-graph.
It doesn't pad the context sequence with empty contexts any more.
2020-11-09 23:24:43 +01:00
Sergiu Ivanov dbbfc74eaf rs: Don't implicitly complete all context sequences with empty contexts. 2020-11-09 23:13:24 +01:00
Sergiu Ivanov b6f6e4e7c4 rs/test: Use test-case and define instead of let. 2020-05-27 23:48:22 +02:00
Sergiu Ivanov e7d4ff88cf rs: Move the tests to the test submodule. 2020-05-23 00:00:28 +02:00
Sergiu Ivanov 8dbeaa9e55 read-context-sequence: Replace read-org-sexp by string->any.
read-org-sexp changed a couple commits earlier, so it doesn't work in
the same way as before in read-context-sequence.
2020-05-16 00:16:44 +02:00
Sergiu Ivanov 87dc89ee6f rs: Actually remove the macros. 2020-03-24 23:38:07 +01:00
Sergiu Ivanov 14688a9bae rs: Remove macros, update example. 2020-03-24 23:22:20 +01:00
Sergiu Ivanov 4c6f3af2a9 rs: Add read-org-rs and define unorg-rs as a synonym for it. 2020-03-24 21:31:01 +01:00
Sergiu Ivanov 7f214266d0 rs: Don't use unorg macros internally. 2020-03-24 21:20:08 +01:00
Sergiu Ivanov d958533d2c rs: Make build-interactive-process run for one extra step. 2020-03-03 01:00:21 +01:00
Sergiu Ivanov 9ce3040240 rs: Add build-interactive-process. 2020-03-03 00:51:53 +01:00
Sergiu Ivanov 9cfab2e45d rs: build-interactive-process -> build-interactive-process-graph. 2020-03-03 00:27:52 +01:00
Sergiu Ivanov fcb4474858 rs: Explain why we need to print the whole context sequence. 2020-03-03 00:26:45 +01:00
Sergiu Ivanov cf99c8acf3 rs: Add pretty-print-state and use it in update-graph. 2020-03-03 00:25:06 +01:00
Sergiu Ivanov f22d42f98c rs: Add pretty-print-state-graph. 2020-03-03 00:12:45 +01:00
Sergiu Ivanov de9b703b44 rs: Add build-interactive-process. 2020-03-02 23:50:32 +01:00
Sergiu Ivanov d753409a2f rs,state: Explicitly state what happens when there are no more contexts. 2020-03-02 23:42:03 +01:00
Sergiu Ivanov b5f5eb55fc utils: Move drop-first-last from rs and add list-sets->list-strings. 2020-03-02 23:39:27 +01:00
Sergiu Ivanov c0d36a34a7 rs: Add read-ctx and illustrate it in example.org. 2020-03-02 23:11:26 +01:00
Sergiu Ivanov 171147ad5e rs: Add read-context-sequence. 2020-03-02 23:03:10 +01:00
Sergiu Ivanov 42b7dce359 utils: Move read-symbol-list from rs. 2020-03-02 23:00:46 +01:00
Sergiu Ivanov 0bceb820df rs: Add the dynamics. 2020-03-02 18:32:11 +01:00