MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / parse

Method parse

unittests/catch.hpp:6008–6010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6006 virtual auto cardinality() const -> size_t { return 1; }
6007
6008 auto parse( Args const &args ) const -> InternalParseResult {
6009 return parse( args.exeName(), TokenStream( args ) );
6010 }
6011 };
6012
6013 template<typename DerivedT>

Callers

nothing calls this directly

Calls 2

TokenStreamClass · 0.85
exeNameMethod · 0.80

Tested by

no test coverage detected