Shorten the module declaration

This commit is contained in:
2025-06-05 12:34:17 +02:00
parent 7c12fc1364
commit 3ca8491f64
7 changed files with 191 additions and 64 deletions

View File

@ -1,4 +1,4 @@
implementation module Lexer;
module;
from FIO import ReadNBytes, StdErr;
from SYSTEM import ADR, TSIZE;