parser: strings

This commit is contained in:
2026-04-22 17:32:35 +02:00
parent 5b99c73a1a
commit 3d72500c5c
2 changed files with 13 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ typedef enum noomP_NodeType {
NOOMP_NODE_NUMBERLITERAL,
NOOMP_NODE_BOOLEANLITERAL,
NOOMP_NODE_NILLITERAL,
NOOMP_NODE_STRINGLITERAL,
NOOMP_NODE_UNARYOPERATOR,
NOOMP_NODE_BINARYOPERATOR,