MCPcopy Index your code
hub / github.com/DCurrent/openbor / Lexer_GetNextToken

Function Lexer_GetNextToken

engine/source/scriptlib/Lexer.c:402–421  ·  view source on GitHub ↗

* getNextToken -- Thie method searches the input stream and returns the next * token found within that stream, using the principle of maximal munch. It * embodies the start state of the FSA. * * Parameters: theNextToken -- address of the next CToken found in the stream * Returns: S_OK * E_FAIL ******************************************************************************/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

Parser_ParseTextFunction · 0.85
Parser_ParseExpressionFunction · 0.85
Parser_MatchFunction · 0.85
Parser_Error2Function · 0.85

Calls 2

pp_parser_emit_tokenFunction · 0.85

Tested by

no test coverage detected