Skip to content

Kariyampalli/Befunge-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Befunge-93 Interpreter

This is a console application built with .NET Framework 4.7.2 that interprets code written in the esoteric programming language Befunge-93. It also includes Unit tests with MSTest.

Hello World Example
Less or More Example

Execution Details

To run this program:

  1. Navigate to .\BefungeInterpreter\bin\Debug\.
  2. Execute BefungeInterpreter.exe.
  3. Ensure that the Befunge code is saved in a .bf file, located in the .\Befunge_Samples directory.

About Befunge

Befunge is an esoteric programming language known for its two-dimensional code flow. If you'd like to learn more about Befunge and how it works, check out the following resources:

About

Interpreter for befunge code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published