Added TODO
authorLukas Krickl <lukas@krickl.dev>
Tue, 15 Jul 2025 18:45:21 +0000 (20:45 +0200)
committerLukas Krickl <lukas@krickl.dev>
Tue, 15 Jul 2025 18:45:21 +0000 (20:45 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 8c236ecff201dc7aff66421850cd5d5deca77ef8..ecf2fd7e4a5ce2e5d22ac79010b1699fe870cd2c 100644 (file)
--- 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.