diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-07-11 14:40:27 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-07-11 14:40:27 +0100 |
| commit | c4c6975f1b36eb4848aacf81c7be3584c51f9ab6 (patch) | |
| tree | a73b5401f45e8ffb47ebc3fe64281d7080ab7195 /src/tokenizer.cpp | |
| parent | 0be0fb2a57e997d4e7efd7b42f7fe1a1b35c80e5 (diff) | |
`cast(Type)expr`; Fix overloaded procedure determination on assignment
Diffstat (limited to 'src/tokenizer.cpp')
| -rw-r--r-- | src/tokenizer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index b1fff3305..4c66f17a2 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -114,6 +114,7 @@ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \ TOKEN_KIND(Token_map, "map"), \ TOKEN_KIND(Token_static, "static"), \ TOKEN_KIND(Token_dynamic, "dynamic"), \ + TOKEN_KIND(Token_cast, "cast"), \ TOKEN_KIND(Token_using, "using"), \ TOKEN_KIND(Token_context, "context"), \ TOKEN_KIND(Token_push_context, "push_context"), \ |