Projects tagged ‘c’ and ‘interpreter’


[25 total ]

5 Users
   

The Nickle Programming Language is a C-like language with modern programming language features, intended for rapid prototyping, complex scripting, and numerical calculation. The current ... [More] implementation is an interactive compiler to byte code written in C, with a runtime system written in C and Nickle. [Less]
Created over 2 years ago.

2 Users

ORCA is an interpreter for a REBOL-like language. The interpreter is a C library so that C/C++ applications can use ORCA as an embedded scripting system. ORCA stands for Open-source Rebol Can be Achieved.
Created about 1 year ago.

2 Users
 

Monkey Studio is a Free and cross platform IDE written in Qt 4. The project has been started by AZEVEDO Filipe for his personal use around end of June 2005, and when he found it useful he open it ... [More] to the community. The project has been welled received and some guyz join it or send feedbacks/new features. The current version is the v2 branch which succeed the v1 one and is dependent of Qt 4.4.0 minimum. It support Qt 4 projects management and embed Designer and Assistant to form a complete, fast and power full Qt 4 IDE. It's based upon a powerful and flexible plugin system that allow to extend it in an infinite way. [Less]
Created 12 months ago.

1 Users
   

SMOP is an alternative implementation of a C engine to run Perl 6. It is focused in getting the most pragmatic approach possible, but still focusing in being able to support all Perl 6 features. Its ... [More] core resembles Perl 5 in some ways, and it differs from Parrot in many ways, including the fact that SMOP is not a Virtual Machine. SMOP is simply a runtime engine that happens to have a interpreter run loop. [Less]
Created about 1 year ago.

1 Users
 

cfunge is a fast interpreter (coded in C) for the esoteric language Befunge98. It is standard conforming. cfunge is written to be able to run on any C99 POSIX system.
Created about 1 year ago.

1 Users
   

The Cat programming language is a functional stack-based programming language, with an optional static type-system. Think Forth meets Haskell. Cat is heavily inspired by the Joy programming language. ... [More] The main project is the C# source code for an interpreter of the Cat language maintained by the language designer Christopher Diggins. You can view the source code online at http://cat-language.googlecode.com/svn/trunk/. The Cat interpreter is tested primarily on Windows but should also run on Linux and Mac using Mono. [Less]
Created 12 months ago.

1 Users
 

Compilers for high level languages generate code that follows certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling ... [More] convention". The "calling convention" is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A "calling convention" also specifies where the return value for a function is found. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. [Less]
Created about 1 year ago.

0 Users

An implementation of the Scheme programming language.Features: Interpreted Native Compiler Fast Standards Compliant Cross Platform
Created about 1 year ago.

0 Users

An interpreter of my own imperative language
Created 11 months ago.

0 Users

The Tau virtual machine is a software platform and runtime environment for executing programs written in high level, dynamic programming languages.
Created 4 months ago.