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

Method parse_non_term

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

parse with whitespace

Source from the content-addressed store, hash-verified

841
842 // parse with whitespace
843 virtual bool parse_non_term(_context& con) const override {
844 return con.parse_non_term(m_rule);
845 }
846
847 // parse terminal
848 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