changeset 12014:4f03bd239f7c draft

<kspalaiologos> ` cat > wisdom/labels.pl <<<"Preprocessor for asm2bf to support labels. Use % to refer to a label, use @ to declare one."
author HackEso <hackeso@esolangs.org>
date Thu, 14 Nov 2019 16:16:14 +0000
parents 45938be0e4ea
children f653293dec28
files wisdom/labels.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wisdom/labels.pl	Thu Nov 14 16:16:14 2019 +0000
@@ -0,0 +1,1 @@
+Preprocessor for asm2bf to support labels. Use % to refer to a label, use @ to declare one.