Skip to content

A rust macro that parses and interprets brainfuck

Notifications You must be signed in to change notification settings

Strosel/bf-macro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BF_MACRO

A rust declarative macro that interprets and runs brainfuck.

Tokens

brainfuck! does strip non brainfuck tokens, however due to the recursive nature of declarative macros this will increase the recusion level and you might have to set a higher recusion limit. This is also true for large programs.

About

A rust macro that parses and interprets brainfuck

Resources

Stars

Watchers

Forks

Languages