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

Method ParseState

unittests/catch.hpp:5825–5828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5823 public:
5824
5825 ParseState( ParseResultType type, TokenStream const &remainingTokens )
5826 : m_type(type),
5827 m_remainingTokens( remainingTokens )
5828 {}
5829
5830 auto type() const -> ParseResultType { return m_type; }
5831 auto remainingTokens() const -> TokenStream { return m_remainingTokens; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected