MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / parse_non_term

Method parse_non_term

Source/3rdParty/yuescript/parser.cpp:600–605  ·  view source on GitHub ↗

parse with whitespace

Source from the content-addressed store, hash-verified

598
599 // parse with whitespace
600 virtual bool parse_non_term(_context& con) const override {
601 _state st(con);
602 bool ok = m_expr->parse_non_term(con);
603 con.restore(st);
604 return ok;
605 }
606
607 // parse terminal
608 virtual bool parse_term(_context& con) const override {

Callers

nothing calls this directly

Calls 2

parse_non_termMethod · 0.45
restoreMethod · 0.45

Tested by

no test coverage detected