Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 312 Bytes

sedbf

An interpreter of brainfuck writen entirely in sed

Input (single line): <code>!<input bytes>
Output: <whatever bytes input code produces, separated by spaces>

Bytes are written as decimal numbers from 000 to 255. Leading 0s are not optional.

Take a look at "tests" folder to see it in action