MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / das2_yybegin_reader

Function das2_yybegin_reader

src/parser/ds2_lexer.cpp:4618–4621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4616}
4617
4618void das2_yybegin_reader ( yyscan_t yyscanner ) {
4619 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
4620 BEGIN(reader);
4621}
4622
4623void das2_yyend_reader ( yyscan_t yyscanner ) {
4624 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;

Callers 1

yyparseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected