expression grammars

π: a pattern language

Lambda the Ultimate - Programming Languages Weblog  Wed, 10/28/2009 - 19:58

π - not to be confused with the π-calculus - is a pattern-based language being developed by the Software Technology group at Technische Universität Darmstadt.

Quoting from the project website:


 

COLA Brainfuck

Lambda the Ultimate - Programming Languages Weblog  Thu, 05/01/2008 - 01:58

From the Software Architecture Group at the Hasso Plattner Institut:

Our tutorial on COLA provides insight on how programming languages can be implemented using the combined abstractions and an implementation of parsing expression grammars in COLA.

The "esoteric" programming language brainfuck was chosen for its simplicity, which allows for concentrating on COLA's features.