Add string operations

This commit is contained in:
2025-12-01 12:28:15 +11:00
parent 995c1d984b
commit 6d782d65b7
4 changed files with 65 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
#include "include/uthash.h"
typedef enum GroundRuntimeError {
ARG_TYPE_MISMATCH, TOO_FEW_ARGS, TOO_MANY_ARGS, UNKNOWN_LABEL, UNKNOWN_VARIABLE, LIST_ERROR, FIXME
ARG_TYPE_MISMATCH, TOO_FEW_ARGS, TOO_MANY_ARGS, UNKNOWN_LABEL, UNKNOWN_VARIABLE, LIST_ERROR, STRING_ERROR, FIXME
} GroundRuntimeError;
typedef struct GroundLabel {