Apply formating to all files. CLeanup
This commit is contained in:
parent
43e374f269
commit
744c01c5d0
928 changed files with 14515 additions and 21480 deletions
|
|
@ -13,14 +13,8 @@ void CLR::setGrammar(const tp::CfGrammar& grammar) {
|
|||
mState = ParserState::FAILED;
|
||||
}
|
||||
|
||||
void CLR::setTerminal(const String& name, TerminalStream::TerminalID id) {
|
||||
void CLR::setTerminal(const String& name, TerminalStream::TerminalID id) {}
|
||||
|
||||
}
|
||||
void CLR::build() {}
|
||||
|
||||
void CLR::build() {
|
||||
|
||||
}
|
||||
|
||||
void CLR::parse(TerminalStream* source, List<ASTNode>& out, ASTNode** root) {
|
||||
*root = nullptr;
|
||||
}
|
||||
void CLR::parse(TerminalStream* source, List<ASTNode>& out, ASTNode** root) { *root = nullptr; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue