first chunk tree impl

This commit is contained in:
BlackMATov
2024-11-12 23:37:07 +07:00
parent 463deab362
commit 6fe0abfe43
7 changed files with 358 additions and 2 deletions

9
.vscode/launch.json vendored
View File

@@ -1,6 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Evolved All",
"type": "lua-local",
"request": "launch",
"program": {
"lua": "luajit",
"file": "${workspaceFolder}/develop/all.lua"
}
},
{
"name": "Launch Evolved Example",
"type": "lua-local",