Add ellipsis object.

This commit is contained in:
Damien George
2014-01-04 18:44:46 +00:00
parent 4d4bc9533e
commit e9906ac3d7
11 changed files with 59 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ typedef enum _mp_token_kind_t {
MP_TOKEN_STRING,
MP_TOKEN_BYTES,
MP_TOKEN_ELLIPSES,
MP_TOKEN_ELLIPSIS,
MP_TOKEN_KW_FALSE, // 12
MP_TOKEN_KW_NONE,