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

Method parse_non_term

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

parse with whitespace

Source from the content-addressed store, hash-verified

623
624 // parse with whitespace
625 virtual bool parse_non_term(_context& con) const override {
626 _state st(con);
627 bool ok = !m_expr->parse_non_term(con);
628 con.restore(st);
629 return ok;
630 }
631
632 // parse terminal
633 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