Skip to content

david-christiansen/Brainfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Brainf**k interpreter in Idris

To compile, write:

idris --build brainfun.ipkg

The resulting executable will be called brainfun (or brainfun.exe on Windows).

With no arguments, the program is read on one line from standard input. With one argument, the argument is the source file.

  • Uniqueness types for the state to reduce allocations
  • Convince go to pass the coverage checker

About

A Brainf**k interpreter in Idris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages