Skip to content

zhonskate/brainfuck_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck kernel for Jupyter

Brainfuck kernel is a simple kernel for Jupyter.

It has been developed using the wrapper structure that Jupyter provides.

Each input shows a very rich output including the pointer position and stack snapshot.

Installation

Just clone this repo, go inside the root directory and execute:

$ sudo jupyter kernelspec install brainfuck_kernel/

$ ./install.sh

Using the Brainfuck kernel

Notebook: The New menu in the notebook should show an option for the Brainfuck notebook.

Console: $ jupyter console --kernel brainfuck_kernel

Known issues

The instruction ',' does not work. It expects an input stream and I don't know how to provide it in a suitable way within the Jupyter environment. Feel free to fix it.

Thanks

Thanks to Jacosro for providing the interpreter.

About

A simple Jupyter wrapper kernel for Brainfuck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors