by Alessandro Warth
This project appears to have gone dormant. It will be removed from the list soon unless new activity is noted.
OMeta is a new object-oriented language for pattern matching.

OMeta is a new object-oriented language for pattern matching. It is based on a variant of Parsing Expression Grammars (PEGs) which we have extended to handle arbitrary data types. OMeta's general-purpose pattern matching facilities provide a natural and convenient way for programmers to implement tokenizers, parsers, visitors, and tree transformers, all of which can be extended in interesting ways using familiar object-oriented mechanisms.

Information updated 01/19/12
View Comments