system processing with topological sorting (without optimizations yet)

This commit is contained in:
BlackMATov
2025-02-17 09:28:16 +07:00
parent c8c7f86f79
commit 873e58af4d
2 changed files with 123 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ select :: chunk, fragment... -> component[]...
each :: entity -> {each_state? -> fragment?, component?}, each_state?
execute :: query -> {execute_state? -> chunk?, entity[]?, integer?}, execute_state?
process :: phase... -> ()
```
```