From e72e20e025ab14320c79c2dca75721a0a5e002bd Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 12 Sep 2026 01:35:30 +0200 Subject: Allow random text after ending the module --- include/elna/boot/driver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 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; }; -- cgit v1.2.3