mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
File-scoped namespaces
This commit is contained in:
parent
2d808ec649
commit
f3f2f4c6ec
8 changed files with 76 additions and 18 deletions
|
@ -3008,7 +3008,7 @@ void BfPrinter::Visit(BfNamespaceDeclaration* namespaceDeclaration)
|
|||
VisitChild(namespaceDeclaration->mNamespaceNode);
|
||||
ExpectSpace();
|
||||
VisitChild(namespaceDeclaration->mNameNode);
|
||||
VisitChild(namespaceDeclaration->mBlock);
|
||||
VisitChild(namespaceDeclaration->mBody);
|
||||
}
|
||||
|
||||
void BfPrinter::DoBlockOpen(BfAstNode* prevNode, BfTokenNode* blockOpen, BfTokenNode* blockClose, bool queue, BlockState& blockState)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue