hakatashi / esolang-box

Easy and standardized docker images for 200+ esoteric (and non-esoteric) languages.
https://hub.docker.com/u/esolang/
MIT License
70 stars 34 forks source link

fix hexdump issue #29

Closed JP3BGY closed 5 years ago

JP3BGY commented 5 years ago

hexdumpを使うと連続した空白等が*で省略されてしまい、かつ途中に改行が入って、正しく動作しないため、hexプログラムという、入力値をすべて\xYYの形に変形して出力するプログラムを新しく追加して対応した。