view lib/kps/bfpp @ 12301:40cbf2cbf821 draft

<fizzie> le/rn bug//Feel free to file bugs at https://github.com/fis/hackbot/issues
author HackEso <hackeso@esolangs.org>
date Tue, 07 Jan 2020 17:15:32 +0000
parents 37e5bb140d98
children
line wrap: on
line source

#!/bin/bash -e

set -o pipefail

{ cat <<<"#define __NEWLINE__ ÿ"$'\n'"#define __ICOUNTER__ þ"$'\n'"" ; cat "$1" | sed -e "1!b" -e '/#/d' ; } | gcc -E -I. -Ilib - -o "$1.i"
perl -pe "s/\xFF/\x0A/g;" < "$1.i" | perl -pe 's/\xFE/$x++/ge;' | /hackenv/lib/kps/labels.pl | sed '/^#/ d' > "$1.p"
rm -f "$1.i"