From: Lukas Krickl Date: Tue, 24 Jun 2025 10:40:27 +0000 (+0200) Subject: TODO: Added note X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=fe59636f0906affd56965d1dafafbc5c91511b5e;p=ulas%2F.git TODO: Added note --- diff --git a/TODO.md b/TODO.md index ee51958..8c236ec 100644 --- a/TODO.md +++ b/TODO.md @@ -10,3 +10,4 @@ - Allow nested begin and end scope calls - Add `forth-like` mode. This mode should allow defining words similar to forth. It should have a built-in word for `assembly output` that can be implemented by the user. - Add `.extern` directive allowing the user to define external labels +- Add `.scope` for `.def` and `.de.` variables