Tagged Questions

10
votes
2answers
1k views

What makes Ometa special?

Ometa is "a new object-oriented language for pattern matching." I've encountered pattern matching in languages like Oz tools to parse grammars like Lexx/Yacc or Pyparsing before. Despite looking at ...
1
vote
1answer
84 views

How do I match a word with OMetaJS?

I've been trying to learn OMeta using OMeta/JS and I seem to be getting stuck on something that should be really straightforward. If I have a grammar ometa L <: Parser { l letter:l -> l } ...