mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
parent
15fde85b21
commit
239472ba69
9 changed files with 457 additions and 19 deletions
|
@ -121,6 +121,10 @@ void NodeVisitor::visit(const AST::Glob*)
|
|||
{
|
||||
}
|
||||
|
||||
void NodeVisitor::visit(const AST::HistoryEvent*)
|
||||
{
|
||||
}
|
||||
|
||||
void NodeVisitor::visit(const AST::Execute* node)
|
||||
{
|
||||
node->command()->visit(*this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue