From b124548bcee1ab6d034d4499fe695073566ae37d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 2 Oct 2019 01:00:59 +0200 Subject: Add !=,<,<=,>,>=; both signed and not --- include/tokenizer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/tokenizer.h') diff --git a/include/tokenizer.h b/include/tokenizer.h index 4735d6f..f716ab2 100644 --- a/include/tokenizer.h +++ b/include/tokenizer.h @@ -24,6 +24,7 @@ typedef enum { TOK_FN, TOK_STRUCT, TOK_EQUALS, + TOK_NOT, TOK_OPEN_PAREN, TOK_CLOSING_PAREN, TOK_COMMA, -- cgit v1.2.3