about summary refs log tree commit diff stats
path: root/shell/infix.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-21 22:02:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-21 22:02:47 -0700
commit74d6a4d38257599a410c2404f3c31420691c125c (patch)
tree9f649f7752356ce23a20f3edb1a71702f56fc037 /shell/infix.mu
parent6669133bcf9658248945c11d3fbc5861958aee21 (diff)
downloadmu-74d6a4d38257599a410c2404f3c31420691c125c.tar.gz
.
Diffstat (limited to 'shell/infix.mu')
-rw-r--r--shell/infix.mu6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/infix.mu b/shell/infix.mu
new file mode 100644
index 00000000..0d23b3f4
--- /dev/null
+++ b/shell/infix.mu
@@ -0,0 +1,6 @@
+fn transform-infix _x-ah: (addr handle cell), trace: (addr trace) {
+  trace-text trace, "infix", "transform infix"
+  trace-lower trace
+  trace-text trace, "infix", "todo"
+  trace-higher trace
+}