veged / ometa-js

OMeta for JavaScript
http://veged.github.com/ometa-js/
MIT License
83 stars 15 forks source link

PEG.js is faster #10

Open indutny opened 12 years ago

indutny commented 12 years ago

PEG.js in quite faster than OmetaJS, need to find a way to speedup grammars.

indutny commented 12 years ago

/cc veged

hax commented 12 years ago

bug peg.js does not support left recusion ?

indutny commented 12 years ago

@hax indeed, but I think ometa may work as fast as peg does now, taking in account that my fork supports "compiler hints" (@ to tell compiler that rule doesn't contain left recursion).