Downloadliste

Projektbeschreibung

Nasal (Not another scripting language) is a small, simple, yet full-featured language designed as extension language in situations where larger languages are simply to large or unwieldy to embed. It supports OOP syntax and functional programming, works on the traditional data realm of strings, vectors, and hashes, and does it all in less than 100k of ANSI C. Please note that this is not the NASL extension language from the Nessus project.

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.

2006-07-05 08:12
1.0.1

Eine mäßig schwere Regression mit break / continue Ausdrücke mit Nasal 1.0 eingeführt wurde behoben.
Tags: Major bugfixes
A moderately serious regression with
break/continue expressions introduced with Nasal
1.0 was fixed.

2006-07-03 22:28
1.0

Diese Mitteilung enthält die Updates, die zur Verfügung gestanden haben simgear seit einiger Zeit. Wichtige neue Funktionen enthält Bugfixes, viele Performanceverbesserungen, ein erklärter Funktionsargument Syntax, eine ternäre (?:)-Operator, lösbaren und wandelbar String-Objekten, Dolmetscher Thread-Sicherheit und vieles, vieles zum "Standardwerk" Bibliothek (einschließlich stdio, Bitfelder, Unix-System fordert, und PCRE reguläre Ausdrücke).
Tags: Major feature enhancements
This release contains the updates that have been available in SimGear for some time now. Important new functionality includes bugfixes, many performance enhancements, a declared function argument syntax, a ternary (?:) operator, indexable and mutable string objects, interpreter thread safety features, and much work to the "standard" library (including stdio, bitfields, Unix system calls, and PCRE regular expressions).

2004-12-07 18:45
0.9.2

Diese Version bietet Unterstützung für mehrere Objekte Kontext, und nutzt diese neue Funktion zu nennen () implementieren und eval ()-Library-Routinen.
Tags: Minor feature enhancements
This version adds support for multiple context
objects, and uses this new feature to implement
call() and eval() library routines.

2004-06-26 21:24
0.9.1

Diese Version behebt kleinere Fehler und ändert die Erweiterungs-API zur besseren Unterstützung von Objekt-Methoden.
Tags: Minor feature enhancements
This release fixes minor bugs and modifies the
extension API to better support object methods.

2003-12-04 20:24
0.9

Viele Bugfixes und wichtige Funktionen, einschließlich Design-Validierung: dieser Version ist die Standard-Sprache für die Erweiterung Simulator FlightGear. Zur Kollisionsvermeidung mit der Nessus "NASL" Sprache zu vermeiden, ist dieses Projekt jetzt "Nase" statt.
Tags: Major feature enhancements
Many bugfixes and significant features, including design validation: this release is the standard extension language for the FlightGear simulator. To avoid collision with the Nessus "NASL" language, this project is now "Nasal" instead.

Project Resources