mirror of https://gitlab.com/basile.b/dexed.git
update dparse, and show invariants in sym list
This commit is contained in:
parent
f193720efa
commit
84eb9030a8
|
@ -330,6 +330,11 @@ class SymbolListBuilder(ListFmt Fmt): ASTVisitor
|
||||||
identifierChain.identifiers[0].column);
|
identifierChain.identifiers[0].column);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final override void visit(const Invariant decl)
|
||||||
|
{
|
||||||
|
otherVisitorImpl(decl, SymbolType._function, "invariant", decl.line, 0);
|
||||||
|
}
|
||||||
|
|
||||||
final override void visit(const MixinTemplateDeclaration decl)
|
final override void visit(const MixinTemplateDeclaration decl)
|
||||||
{
|
{
|
||||||
namedVisitorImpl!(TemplateDeclaration, SymbolType._mixin)(decl.templateDeclaration);
|
namedVisitorImpl!(TemplateDeclaration, SymbolType._mixin)(decl.templateDeclaration);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0a048e97bc87ee19371258261689cd3d25d87b8a
|
Subproject commit d2159d8f647f0b95e4d596aa9844d378da3dd2ad
|
Loading…
Reference in New Issue