Revert "Revert "Garbage collection, asset delivery, icon2html revolution, and…" (#15816)

This reverts commit f6d0f62622.
This commit is contained in:
Heroman3003
2024-04-22 06:29:01 +10:00
committed by GitHub
parent a2d91ee15e
commit c7b6c3e42b
251 changed files with 2361 additions and 1626 deletions
+4 -4
View File
@@ -64,16 +64,16 @@ var
Class: operator
See <Binary Operators> and <Unary Operators> for subtypes.
*/
/node/expression/operator
/node/expression/op
var/node/expression/exp
var/tmp/name
var/tmp/precedence
/node/expression/operator/New()
/node/expression/op/New()
.=..()
if(!src.name) src.name="[src.type]"
/node/expression/operator/ToString()
/node/expression/op/ToString()
return "operator: [name]"
/*
@@ -125,4 +125,4 @@ var
src.value=value
/node/expression/value/reference/ToString()
return "ref: [src.value] ([src.value.type])"
return "ref: [src.value] ([src.value.type])"