Skip to content

thdg/BF-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BF-JS v0.1

Javascript Brainfuck interpreter in 40 lines.

Usage:

// before: // program -> program as string // size -> size of memory tape // input -> input as string // after: // output -> program output as string

output = bf(program,size,input);

About

Brainfuck interpreter in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published