aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lexer.h')
-rw-r--r--include/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lexer.h b/include/lexer.h
index d62b0d3..0da45ff 100644
--- a/include/lexer.h
+++ b/include/lexer.h
@@ -37,6 +37,7 @@ typedef struct {
typedef struct {
char *key;
char *content;
+ size_t length;
} eachdo_operands_t;
list_t *lex(char *buffer);