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

Method parse_non_term

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

parse with whitespace

Source from the content-addressed store, hash-verified

575
576 // parse with whitespace
577 virtual bool parse_non_term(_context& con) const override {
578 _state st(con);
579 if (!m_expr->parse_non_term(con)) con.restore(st);
580 return true;
581 }
582
583 // parse terminal
584 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