ohmjs / ohm

A library and language for building parsers, interpreters, compilers, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BNF

bytearchive opened this issue · comments

does this thing understands BNF, or maybe a bnf -> ohm converter? or do I have to learn another meta langauge?

Since the Ohm language is based on PEGs, it's not really feasible to directly translate from BNF/EBNF.

So yes, if you'd like to use Ohm, you'll have to learn a new meta language. 😁

thanks i'll pass