MCPcopy Create free account
hub / github.com/TankOs/SFGUI / ParserBase

Method ParserBase

extlibs/libELL/include/ell/Parser.h:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 struct ParserBase
32 {
33 ParserBase(const Node<Token> * grammar, const Node<Token> * skipper = 0)
34 : grammar(grammar),
35 skipper(skipper)
36 { }
37
38 virtual ~ParserBase() { }
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected