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

Method parse_term

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

parse terminal

Source from the content-addressed store, hash-verified

701
702 // parse terminal
703 virtual bool parse_term(_context& con) const override {
704 if (!m_left->parse_term(con)) return false;
705 return m_right->parse_term(con);
706 }
707
708 virtual EXPR_TYPE get_type() const override {
709 return EXPR_TYPE::SEQ_TWO;

Callers

nothing calls this directly

Calls 1

parse_termMethod · 0.45

Tested by

no test coverage detected