Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

laserbat/sedbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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