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

Method ParseState

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

Source from the content-addressed store, hash-verified

5621class ParseState {
5622public:
5623 ParseState(ParseResultType type, TokenStream const &remainingTokens)
5624 : m_type(type), m_remainingTokens(remainingTokens) {
5625 }
5626
5627 auto type() const -> ParseResultType {
5628 return m_type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected