summaryrefslogtreecommitdiff
path: root/server/src/parser/ast.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/parser/ast.lua')
-rw-r--r--server/src/parser/ast.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/src/parser/ast.lua b/server/src/parser/ast.lua
index 45a0cbee..0b3e369a 100644
--- a/server/src/parser/ast.lua
+++ b/server/src/parser/ast.lua
@@ -119,6 +119,10 @@ local defs = {
}
return obj
end,
+ DirtyCall = function (obj)
+ obj.dirty = true
+ return obj
+ end,
Binary = function (...)
local e1, op = ...
if not op then