aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/ast.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/ast.odin b/src/common/ast.odin
index 4a576d7..b9033b0 100644
--- a/src/common/ast.odin
+++ b/src/common/ast.odin
@@ -1,3 +1,4 @@
+#+feature dynamic-literals
package common
import "core:fmt"