Skip to content

Yet another BF interpreter written in Groovy

License

Notifications You must be signed in to change notification settings

barrettotte/Groovy-BF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groovy-BF

Yet another BF interpreter written in Groovy

Examples

    Interpreter interpreter = new Interpreter()
    def bf = '++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.'
    println interpreter.interpret(bf) // 'Hello, World!\n'

To Do

In addition to the basic interpreter, I really want to make a BF code generator.

References

Releases

No releases published

Packages

No packages published