Skip to content

Syuparn/simplelanguage-bf-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplelanguage-bf-interpreter

Brainf*ck interpreter written in SimpleLanguage (https://github.com/graalvm/simplelanguage)

Usage

cat hello.bf | sl bf.sl
Hello, world!

NOTE

This interperter some limitations due to SimpleLanguage syntax.

  • bf source code must contain only one token per line.
  • ` and " cannot be printed.

About

Brainf*ck interpreter written in SimpleLanguage (https://github.com/graalvm/simplelanguage)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published