diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-01-02 18:47:47 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-01-02 18:47:47 +0000 |
| commit | a3883a178c1e4e10058089a2832004a6ce1521e2 (patch) | |
| tree | 6ca5a8f0ad91bb94fb09cf10910ad98e7542ff77 /src/tokenizer.c | |
| parent | ce89a1428e40aeac13a9d82211fac463f8171717 (diff) | |
`range` statement
Diffstat (limited to 'src/tokenizer.c')
| -rw-r--r-- | src/tokenizer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tokenizer.c b/src/tokenizer.c index 2625dbf42..5e0f31279 100644 --- a/src/tokenizer.c +++ b/src/tokenizer.c @@ -84,10 +84,6 @@ TOKEN_KIND(Token__OperatorEnd, "_OperatorEnd"), \ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \ TOKEN_KIND(Token_type, "type"), \ TOKEN_KIND(Token_proc, "proc"), \ - /* TOKEN_KIND(Token_var, "var"), */\ - /* TOKEN_KIND(Token_const, "const"), */\ - /* TOKEN_KIND(Token_import, "import"), */\ - /* TOKEN_KIND(Token_include, "include"), */\ TOKEN_KIND(Token_macro, "macro"), \ TOKEN_KIND(Token_match, "match"), \ TOKEN_KIND(Token_break, "break"), \ |