Downloadliste

Projektbeschreibung

cfunge is a fast interpreter for the Befunge98 esoteric language. It is standard conforming.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-17 02:06
0.9.0

Dies ist ein Bugfix-Release. Die Versionsnummer sprang von 0.4.1 auf 0.9.0 in diesem cfunge widerspiegeln, erreicht jetzt eine stabile Version. Es wurde ein Fehler behoben, bei dem führende Leerzeichen verloren gehen würde, wenn eine Datei geladen, wenn die Datei verwendet CR (Mac) Zeilenenden werden. Buggy Umgang mit negativen Argumente für die Anweisung j (jump), wenn das Sprungziel wurde am Rand des Programmfensters Quelle wurde behoben. Es ist ein kleines Bugfix in das Werkzeug benutzt, um automatisch die Fingerabdruck-Inserat für die Seite generieren, es irrtümlich entgangen Bindestriche.
This is a bugfix release. The version number jumped from 0.4.1 to 0.9.0 to reflect that cfunge is now reaching a stable version. A bug has been fixed where leading spaces would be lost when loading a file if the file used CR (Mac) line endings. Buggy handling of negative arguments to the j instruction (jump) when the jump target was on the edge of the program source has been fixed. There is a small bugfix in the tool used to automatically generate the fingerprint listing for the man page; it erroneously escaped hyphens.

2009-05-04 02:41
0.4.1

Wichtige Highlights in dieser Pressemitteilung gehören exakte Verfolgung von Schranken für Funge Space (eine Option beim Kompilieren) und Unterstützung für die Deaktivierung von einigen schweren Teile cfunge der Speichernutzung zu reduzieren. Viele Fehler wurden behoben.
Tags: Minor
Major highlights in this release include tracking of exact bounds for Funge Space (an option at compile time) and support for disabling some heavy parts of cfunge to reduce memory usage. Many bugs have been fixed.

2009-04-01 00:00
0.4.0

Diese Version bietet Unterstützung für noch mehr Fingerabdrücke (DATE und NCRS), einer Beschleunigung der Durchführung ziemlich viel, und behebt einige Bugs. Cfunge muss nun cmake 2,6 zu bauen (zuvor 2,4 cmake auch gearbeitet).
This release adds support for some more fingerprints (DATE and NCRS), speed up execution quite a bit, and fixes several bugs. Cfunge now needs cmake 2.6 to build (previously cmake 2.4 also worked).

2008-10-31 02:28
0.3.3

Viele gängige Befunge Programme wird viel schneller durch optimierte Funge-Space (mit einem statischen Array für die am häufigsten genutzte Flächen, und nur unter Verwendung einer Hash-Tabelle, die außerhalb). fflush () ist jetzt weniger häufig genannt. Einige Bugs wurden behoben (darunter eine seltene Abbruchwanze). Alle I / O ist jetzt erfolgt über unsigned chars, anstelle von "was auch immer, das System" gegessen wird, was zu mehr und besser vorhersehbare Verhalten Standardkonformität.
Many common Befunge programs will run a lot faster due to optimized Funge-Space (using a static array for the most commonly used areas, and only using a hash table outside that). fflush() is called less often now. Several bugs have been fixed (including a rare crash bug). All I/O is now done using unsigned chars, instead of "whatever is native to the system", leading to more predictable behavior and better standards conformance.

2008-09-14 03:00
0.3.2

Seit dem letzten Release wurde ein Fehler in K in SOCK fest, FING wurde zur neuen Angaben aktualisiert und prüft, für bestimmte long double Anweisungen wurden hinzugefügt, mit den Rücken zu fallen doppelte Funktionen. Es gab auch eine Reihe kleinerer Bugfixes.
Tags: Minor bugfixes
Since the last release, a bug in K in SOCK has
been fixed, FING has been updated to new specs,
and checks for certain long double instructions
have been added, with fall backs on double
functions. There have also been a number of
smaller bugfixes.

Project Resources