Skip to content

EvansJahja/befunge-plus-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Befunge++

A Befunge interpreter written in C++

Usage

befunge.exe <filename>

Compiling

g++ befunge.cpp state.cpp debug.cpp stack.cpp util.cpp file.cpp io.cpp vars.cpp main.cpp -o befunge.exe -Wno-write-strings