1#ifndef CLASSIC_CompoundStatement_HH
2#define CLASSIC_CompoundStatement_HH 1
Reference-counted pointer.
Interface for abstract language parser.
Statement(const std::string &name, int line)
Constructor.
Abstract interface for a stream of input tokens.
void operator=(const CompoundStatement &)
virtual ~CompoundStatement()
CompoundStatement(TokenStream &)
Constructor.
CompoundStatement(const CompoundStatement &)
Pointer< MacroStream > tokens
virtual void execute(const Parser &)
Execute.