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

Method parse_term

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

parse terminal

Source from the content-addressed store, hash-verified

739
740 // parse terminal
741 virtual bool parse_term(_context& con) const override {
742 for (_expr* expr : m_list) {
743 if (!expr->parse_term(con)) return false;
744 }
745 return true;
746 }
747
748 virtual EXPR_TYPE get_type() const override {
749 return EXPR_TYPE::SEQ_LIST;

Callers

nothing calls this directly

Calls 1

parse_termMethod · 0.45

Tested by

no test coverage detected