summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Parser.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-14 14:33:11 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-14 14:33:11 +0200
commit6a348bd8899d3c00f4ac13becef91872fcbe8072 (patch)
tree61a0d9dd4ebc84bb41e4d993917f672d86e44b03 /dev/LibCompiler/Parser.h
parent09edd92af071cab2a88967a3db5f93a5fd568e1a (diff)
cxxdrv: Add whitespace cleanup and initial support for class/struct parsing
Diffstat (limited to 'dev/LibCompiler/Parser.h')
-rw-r--r--dev/LibCompiler/Parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/LibCompiler/Parser.h b/dev/LibCompiler/Parser.h
index 826b8cf..74eb204 100644
--- a/dev/LibCompiler/Parser.h
+++ b/dev/LibCompiler/Parser.h
@@ -103,6 +103,8 @@ namespace LibCompiler
std::string fUserData;
#endif
+ SyntaxLeaf() = default;
+
std::string fUserValue;
struct SyntaxLeaf* fNext;
};