summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index 1ca56dc06..d13fbf2d6 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -482,6 +482,7 @@ public:
}
}
+ inline size_t scopeLevel() const { return d_symtab->getLevel(); }
inline void pushScope() { d_symtab->pushScope(); }
inline void popScope() { d_symtab->popScope(); }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback