From 80ebae7887e21f58ef09a18515e5521c5162053c Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 21 Jan 2022 16:05:41 +0000 Subject: Get ready for hybrids --- hybrids.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hybrids.c (limited to 'hybrids.c') diff --git a/hybrids.c b/hybrids.c new file mode 100644 index 0000000..3483d42 --- /dev/null +++ b/hybrids.c @@ -0,0 +1,21 @@ +#include +#include +#include + +#include "apl9.h" + +Rune primhybridnames[] = L"/\⌿⍀"; + +fndyad hybridfunctiondefs[] = { + 0, /* / */ + 0, /* \ */ + 0, /* ⌿ */ + 0, /* ⍀ */ +}; + +opmonad hybridoperatordefs[] = { + 0, /* / */ + 0, /* \ */ + 0, /* ⌿ */ + 0, /* ⍀ */ +}; \ No newline at end of file -- cgit v1.2.3