Downloadliste

Projektbeschreibung

Crack is a programming language that aims to provide the ease of development of a scripting language with the performance of a compiled language. The "crack" program is a "script executor" that compiles source
to machine code on the fly, though it will cache the code to intermediate formats as appropriate. The crack language itself derives concepts from C++, Java, and Python, incorporating object-oriented programming, operator overloading, and strong typing.

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.

2011-12-02 06:32 Zurück zur Release-Liste
0.6

Const folding für Integer und Float Operationen implementiert wurde. Unterstützung für die Injektion Sprungcode Funktion Körper von einer Erweiterung wurde hinzugefügt. Die Grundlagen der Unterstützung für das Zwischenspeichern Modul wurden hinzugefügt. "Funktoren" wurden implementiert. Ein ' Ascii'-Modul Funktionalität speziell für ASCII-Daten wurde hinzugefügt. Ein Modul für den Umgang mit numerischen Arrays wurde hinzugefügt. Stabile Module wurden von crack.exp migriert und veraltete Module wurden entfernt. "const"-Variablen wurden implementiert. Zugriffsschutz wurde implementiert. Abstrakte Methoden wurden implementiert. Komponententestframeworks wurde aktualisiert.
Tags: stable major
Const folding for integer and float operations was implemented. Support for injecting crack function body code from an extension was added. The foundations of support for module caching were added. "Functors" were implemented. An 'ascii' module supporting functionality specific to ASCII data was added. A module for dealing with numeric arrays was added. Stable modules were migrated out of crack.exp and obsolete modules were removed. "const" variables were implemented. Access protection was implemented. Abstract methods were implemented. The unit test framework was upgraded.

Project Resources