diff options
-rw-r--r-- | include/lexer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/lexer.h b/include/lexer.h index 0831e90..4bcd07f 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -11,7 +11,9 @@ typedef enum { CONTENT, CONTENTFOR, ENDCONTENT, - BODY + BODY, + FOR, + ENDFOR } directive_e; typedef struct { |