Skip to content

helton/ometa-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OMetaCpp

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.

References

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:

More info

If you need tutorial about OMeta, check the OMeta Tutorial. To more information about the language, check it out on Alex Warth's site.

Status

Active and under development (just on my spare time, sorry).

Version

1.0

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added my feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Send me a pull request

Developer

About

OMeta for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages