BefungeSharp icon indicating copy to clipboard operation
BefungeSharp copied to clipboard

A project to create a Befunge93/98 interpreter and debugger using C#

Results 6 BefungeSharp issues
Sort by recently updated
recently updated
newest added

csproj support sdk style. and .net 4.8 / .net 6.0 and format.

When a csproj file is created in the .NET Frameworks format, it is created in an old format, but all the necessary properties are described when performing version control, which...

Not extensively tested, please double-check (espesially the `r` instruction)

According to the Funge-98 specs, the `t` instruction should reflect the new IP. This way, the program `t1.@@.2` should output `12`. However, when I run it, the output is more...

i cant run programs help me how do i run programs

Some issues I ran into with the output of this program are the following: 1. Newlines don't work that well. If you output a newline, in regular run mode, the...