Projects tagged ‘compilers’ and ‘interpreters’


[29 total ]

1 Users

Created 12 months ago.

0 Users

junier is an implementation of runtime envirenment and development tools for java on UNIX especially NetBSD and FreeBSD
Created 4 months ago.

0 Users

rparsec is a recursive descent parser combinator framework. Intuitive and declarative API is provided instead of code generation or proprietary BNF-like syntax. A calculator parser can be built from scratch in 10 lines of simple code.
Created 11 months ago.

0 Users

Created 12 months ago.

0 Users

Created 12 months ago.

0 Users

QtBASIC = Free full featured modern BASIC language for LinuxIts main goal is to develop Qt applications with well known BASIC syntax in a modern fashion. It comes with Java-like object orientation and ... [More] backward support for VB6 (100% syntax compatible)! [Less]
Created 11 months ago.

0 Users

Waxeye makes language development easy and fun. It uses scanner-less parsing, grammar testing, automatic AST generation and language independent, modular parsing expression grammars (PEGs). Currently, supports C, Java, Python, Ruby and Scheme.
Created 11 months ago.

0 Users

The LL(k) Interpreted Parser (llip) is an automated tool to easily create an LL(k) parser and the related scanner without the need of generating anything. Everything is done on the fly through a simple DSL.
Created 11 months ago.

0 Users

XML^2 ("XML to square", you can write also xml2sqr, "eXtensible Module Language by eXtensible Markup Language"), is a development framework, based on an XML-based scripting language, translated by an interpreter/compiler in vba, C# or Java.
Created 11 months ago.

0 Users

Expression interpreter parses and compiles simple mathematical expression. It respects brackets in the expression and applies operator precedence. The compiled expressions is evaluated using a predefined context, or using a block.
Created 11 months ago.