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

Method parse_non_term

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

parse with whitespace

Source from the content-addressed store, hash-verified

449
450 // parse with whitespace
451 virtual bool parse_non_term(_context& con) const override {
452 pos pos = con.m_pos;
453 if (m_expr->parse_non_term(con)) {
454 item_t item = {&pos, &con.m_pos, con.m_user_data};
455 return m_handler(item);
456 }
457 return false;
458 }
459
460 // parse terminal
461 virtual bool parse_term(_context& con) const override {

Callers

nothing calls this directly

Calls 1

parse_non_termMethod · 0.45

Tested by

no test coverage detected