aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/elna/boot/driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elna/boot/driver.h b/include/elna/boot/driver.h
index 45e2e40..e918954 100644
--- a/include/elna/boot/driver.h
+++ b/include/elna/boot/driver.h
@@ -39,6 +39,9 @@ namespace elna::boot
{
public:
std::unique_ptr<unit> tree;
+ /// Set once the module terminator has been parsed. The lexer stops
+ /// scanning then, so whatever follows is not program text.
+ bool finished{ false };
driver() = default;
};