about summary refs log tree commit diff stats
path: root/apps/desugar
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-31 17:33:32 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-31 17:34:30 -0700
commit0b4e8494d61a89e010ccadc7121724643fd7da50 (patch)
tree4eaa96941002dcd08104424e01dd6ab72bc5fcd3 /apps/desugar
parent070d5f2fc883c7253ac420caf2b3592e6b57b13d (diff)
downloadmu-0b4e8494d61a89e010ccadc7121724643fd7da50.tar.gz
desugar: clean up top-level `convert`
Model it on `dquotes` rather than `pack`, since it needs almost zero
state across words.

Manual testing:
  $ echo 'ab %eax' |subx run apps/desugar
  ab 0
Diffstat (limited to 'apps/desugar')
-rwxr-xr-xapps/desugarbin0 -> 33699 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/desugar b/apps/desugar
new file mode 100755
index 00000000..d805ec46
--- /dev/null
+++ b/apps/desugar
Binary files differ