Downloadliste

Projektbeschreibung

PATH is a unique two-dimensional programming
language. Unlike conventional programming
languages, which read a program in a
left-to-right, top-to-bottom fashion, PATH
programs can go up, down, left, and right, and
change directions at will.

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.

2004-03-30 02:34
0.33

Sie können nun Datei-I / O und Verwendung von String-Konstanten in PATH. Die Python-Bewertung Plugin gestellt wurde wesentlich robuster.
Tags: Major feature enhancements
You can now perform file I/O and use string constants in PATH. The
Python evaluation plugin has been made much more robust.

2004-03-21 00:13
0.32

Der Code für den Interpreter wurde aufgeräumt. Die Python-API für die Dolmetscher, wurde erweitert.
Tags: Code cleanup
The code for the interpreter has been cleaned up.
The Python API for the interpreter has also been
extended.

2004-03-07 06:48
0.31

Ein Großteil des Codes wurde aufgeräumt und neu organisiert. Darüber hinaus hat eine Standard-distutils Setup-Skript wurde hinzugefügt.
Tags: Code cleanup
Much of the code has been cleaned up and reorganized.
Additionally, a standard distutils setup script has been added.

2004-02-24 04:18
0.3

Diese Version wurde von Grund auf neu geschrieben in Python. Es ist viel schneller, und die neue Debug-Modus macht die Suche Fehler in der PATH-Programmen viel einfacher. Das neue Plugin-System macht es auch möglich, um zusätzliche Funktionen, um die Sprache hinzufügen, wenn Python-Skripten.
Tags: Major feature enhancements
This version has been rewritten from the ground up
in Python. It is much faster, and the new debug
output mode makes finding errors in PATH programs
much easier. The new plugin system also makes it
possible to add additional functionality to the
language though Python scripts.

2004-01-31 08:06
0.22

Dieses Release behebt einen Bug, der bewirkt eine ArrayIndexOutOfBounds, wenn die Speicherzelle Zeiger unter ging 0 oder über die maximale Anzahl von Speicherzellen.
Tags: Major bugfixes
This release fixes a bug that causes an ArrayIndexOutOfBounds when the memory cell pointer went below 0 or above the maximum number of memory cells.

Project Resources