Skip to content

414owen/Befunge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Befunge

This is quite a fast interpreter for Befunge-93.

Features

  • 100% compliance with the Befunge-93 specifications
  • Step-by-step befunge debugger

Performance

See benchmarks.txt

How to build:

Production:

Run your befunge programs at max speed

make

Step-By-Step

Print the program state at every command

make debug

Debugger

How to run

./befunge <path/to/program.bef>

I've included a few great programs for you to try in the programs folder

About

A hella fast befunge interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published