Home
last modified time | relevance | path

Searched refs:token_type (Results 1 – 1 of 1) sorted by relevance

/scripts/
Dasn1_compiler.c24 enum token_type { enum
306 enum token_type token_type : 8; member
439 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()
451 tokens[tix++].token_type = dir - directives; in tokenise()
455 tokens[tix++].token_type = TOKEN_TYPE_NAME; in tokenise()
474 tokens[tix++].token_type = TOKEN_NUMBER; in tokenise()
483 tokens[tix++].token_type = TOKEN_ASSIGNMENT; in tokenise()
493 tokens[tix++].token_type = TOKEN_OPEN_ACTION; in tokenise()
500 tokens[tix++].token_type = TOKEN_CLOSE_ACTION; in tokenise()
511 tokens[tix++].token_type = TOKEN_OPEN_CURLY; in tokenise()
[all …]