summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-14 00:31:03 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-14 00:31:03 +0000
commit07082593ab4abfbf9a3dd6729cb2e548ec303115 (patch)
treef6fa70b94a0bf263f2fa8af21b26aaae90e1965f /mkfile
parent454e026edc25b1d0f6b4f035d41b38a1e60e16e3 (diff)
Implement code for running operators (both monadic and dyadic).
Also implement ⍨ and ⍥ since they are very simple
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index c3c3c25..4fdcccd 100644
--- a/mkfile
+++ b/mkfile
@@ -10,6 +10,7 @@ OFILES=\
functions.$O\
symbol.$O\
memory.$O\
+ operators.$O\
HFILES=\
apl9.h\