diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-24 09:55:10 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-24 10:10:38 -0800 |
commit | 5a63a5ca40c7ba05f7382c3da94bff8cc4b59976 (patch) | |
tree | 996cae425dbc830405b7b74625dbd26bd0b293e8 /src/llex.h | |
parent | b40ad265448018d1a22d67db399568a2dfaf3cd2 (diff) | |
download | teliva-5a63a5ca40c7ba05f7382c3da94bff8cc4b59976.tar.gz |
monotonically accumulate versions of definitions
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.
Diffstat (limited to 'src/llex.h')
0 files changed, 0 insertions, 0 deletions