OMetaCpp is the implementation of OMeta, using C++ as the host programming language. It intend to use the greatest features of modern C++.
Don't you know what is OMeta? According to its authors:
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.
There are a couple of implementations of OMeta, using a lot of host languages like JavaScript, Python, Ruby and C#. The projects below are great and you probably want to take a look at them:
- OMeta-JS, by Alex Warth
- OMeta#, by Jeff Moser
- IronMeta, by Gordon Tisher
- PyMeta, by Allen Short
- Ruby-OMeta, by Aquasync
If you need tutorial about OMeta, check the OMeta Tutorial. To more information about the language, check it out on Alex Warth's site.
Active and under development (just on my spare time, sorry).
1.0
MIT
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added my feature') - Push to the branch (
git push origin my-new-feature) - Send me a pull request
- E-mail: Helton Carlos de Souza
- GitHub: helton-hcs