MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / parse

Method parse

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5815–5817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5813 }
5814
5815 auto parse(Args const &args) const -> InternalParseResult {
5816 return parse(args.exeName(), TokenStream(args));
5817 }
5818};
5819
5820template <typename DerivedT> class ComposableParserImpl : public ParserBase {

Callers

nothing calls this directly

Calls 2

TokenStreamClass · 0.85
exeNameMethod · 0.80

Tested by

no test coverage detected