Contents Contact
Yewslip Logo

Yewslip programming language

Introduction

Yewslip is an interpreted general-purpose programming language. It is designed both as a language that is simple to understand and to use for standalone software, and as an extension language for C++ programs.

Project status

The current version of the Yewslip interpreter and library is 0.2. All originally intended features have been implemented in this version, but many new features and improvements are planned.

Licensing

Yewslip is free software, available under a BSD-style license. There is no warranty; not even for merchantability or fitness for a particular purpose. See the file LICENSE in the distribution for more information.

Precompiled binaries for the Windows platform are linked statically against the PCRE library and an iconv library. See the files LICENSE_PCRE.txt and LICENSE_ICONV.txt for information about their copyrights and licenses.

Download

Source code:

yewslip-0.2.tar.bz2 (370.57 kB, 2008-10-12)

Compiled interpreter for Windows:

yewslip-0.2.zip (561.47 kB, 2008-10-12)

Documentation

There is an, as yet, incomplete, programming guide available.

Beyond that, all kinds of specifics, such as the built-in functions, are documented by the source code.