changeset 12275:295ffadc0bb2 draft

<kspalaiologos> fetch /hackenv/bin/asmbf https://hack.esolangs.org/get/bin/asmbf
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 18:25:57 +0000
parents 3c04e9ef7a3a
children 1eb8be58440e
files bin/asmbf
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/asmbf	Tue Dec 31 17:47:30 2019 +0000
+++ b/bin/asmbf	Tue Dec 31 18:25:57 2019 +0000
@@ -1,1 +1,4 @@
-print_args_or_input "$@" |tr / \\n | labels.pl | bfasm
\ No newline at end of file
+print_args_or_input "$@" | tr / \\n > /tmp/no-toucha-prgm.asm
+/hackenv/lib/kps/bfpp /tmp/no-toucha-prgm.asm
+/hackenv/lib/kps/bfasm < /tmp/no-toucha-prgm.p | /hackenv/lib/kps/strip.pl > /tmp/output.b
+rm -f /tmp/no-toucha-prgm.p /tmp/no-toucha-prgm.asm
\ No newline at end of file