From: Lukas Krickl Date: Tue, 15 Jul 2025 18:45:21 +0000 (+0200) Subject: Added TODO X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=2352f96f8cc185aabbe7f077846f719efa2b78f8;p=ulas%2F.git Added TODO --- diff --git a/TODO.md b/TODO.md index 8c236ec..ecf2fd7 100644 --- a/TODO.md +++ b/TODO.md @@ -11,3 +11,4 @@ - 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 +- Add `#cop n, ...` preprocessor directive. It should work just like .rep but just insert the line n times into the source code and then preprocess the result.