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

Method parse_non_term

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

parse with whitespace

Source from the content-addressed store, hash-verified

695
696 // parse with whitespace
697 virtual bool parse_non_term(_context& con) const override {
698 if (!m_left->parse_non_term(con)) return false;
699 return m_right->parse_non_term(con);
700 }
701
702 // parse terminal
703 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