Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| creating:closures [2025/08/26 23:44] – Created safety checking page ahelwer | creating:closures [2025/09/02 19:27] (current) – Added stub ahelwer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======= | + | ======= |
| - | This has been a long journey. | + | Remember way back at the start of the [[creating: |
| - | We learned scanning, then parsing, then how to interpret basic constant expressions. | + | This was very literal - the expressions provided as parameters |
| - | Statements were added next, then we learned to parse conjunction & disjunction lists. | + | Instead, we evaluated the operator parameters first, //then// substituted the resulting values into the operator body. |
| - | Finally, we learned how to apply operators and move between states. | + | This didn't matter before implementing the prime operator, but |
| - | Everything is in place; it is time to write a TLA⁺ model-checker. | + | |
| + | TODO | ||
| + | |||
| + | [[creating: | ||