Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | save timestamp on change; show in recent changes | Kartik K. Agaram | 2021-11-26 | 1 | -0/+15 |
| | |||||
* | add support for metadata in Teliva programs | Kartik K. Agaram | 2021-11-26 | 1 | -0/+1 |
| | | | | They don't have any semantics yet. We just ignore them for now. | ||||
* | monotonically accumulate versions of definitions | Kartik K. Agaram | 2021-11-24 | 1 | -5/+37 |
| | | | | | | | | | | | One old drawback now has a new look. Before, we loaded definitions in order, so global definitions had to exist before other global definitions that used them. See window and grid in life.tlv. Now we load definitions in reverse order, so initialization needs to change. Worse, if we update window, we need to edit grid just to fix the order. This implies that we can't yet optimize away bindings where there are no new changes. | ||||
* | indent | Kartik K. Agaram | 2021-11-23 | 1 | -16/+16 |
| | |||||
* | demo | Kartik Agaram | 2021-11-14 | 1 | -0/+4 |
| | | | | https://archive.org/details/akkartik-2021-11-14 | ||||
* | import life.teliva into image format | Kartik K. Agaram | 2021-11-14 | 1 | -0/+273 |