MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / eof_token

Function eof_token

src/Chain/libraries/include/glua/glua_tokenparser.h:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 };
48
49 inline GluaParserToken eof_token()
50 {
51 GluaParserToken eof;
52 eof.type = TOKEN_RESERVED::LTK_EOS;
53 eof.position = 0;
54 eof.linenumber = 0;
55 eof.end_linenumber = 0;
56 eof.token = "";
57 return eof;
58 }
59
60 // ֱ�Ӻʹ�����յ�token����Ҫ��������token��������code string
61 inline GluaParserToken literal_code_token(std::string code)

Callers 4

_parse_next_tokenMethod · 0.85
currentMethod · 0.85
lookaheadMethod · 0.85
token_after_positionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected