Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.h59 MP_TOKEN_STRING, enumerator
A Dlexer.c470 if (c < 0x110000 && lex->tok_kind == MP_TOKEN_STRING) { in parse_string_literal()
610 mp_token_kind_t kind = MP_TOKEN_STRING; in mp_lexer_to_next()
A Dparse.c510 } else if (lex->tok_kind == MP_TOKEN_STRING || lex->tok_kind == MP_TOKEN_BYTES) { in push_result_token()
523 …pn = mp_parse_node_new_leaf(lex->tok_kind == MP_TOKEN_STRING ? MP_PARSE_NODE_STRING : MP_PARSE_NOD… in push_result_token()
527 lex->tok_kind == MP_TOKEN_STRING ? &mp_type_str : &mp_type_bytes, in push_result_token()

Completed in 8 milliseconds