aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-12-22 18:22:23 +0100
committerBad Diode <bd@badd10de.dev>2021-12-22 18:22:23 +0100
commitff4b4c94ad5e7a70af31e3bcb63f84b9b7cdc626 (patch)
tree8ebe4cac2443d313d5b74963c4ec1ba490dac6e1 /src/parser.h
parent7ad32a2a907150e3ce71e89f126ca2a530550158 (diff)
downloadbdl-ff4b4c94ad5e7a70af31e3bcb63f84b9b7cdc626.tar.gz
bdl-ff4b4c94ad5e7a70af31e3bcb63f84b9b7cdc626.zip
Integrate builtin text into objects
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index 41f1fc1..c26e265 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -91,6 +91,7 @@ typedef struct Object {
91 // OBJ_TYPE_BUILTIN 91 // OBJ_TYPE_BUILTIN
92 struct { 92 struct {
93 Builtin builtin; 93 Builtin builtin;
94 StringView builtin_text;
94 }; 95 };
95 }; 96 };
96 97