vote up 0 vote down star

I'm trying to find a grammar file for Javascript for Yacc (preferably for Jay, but since Jay is a Yacc clone I should be fine, since I need to implement it on .NET).

flag

1 Answer

vote up 0 vote down

Like this? It's a LALR(1) grammar for ECMA-262, aka "ECMAScript ", aka JavaScript 1.5. This is the language implemented as early as Firefox 1, IE 5.5, Opera 6, Safari 3, and Chrome 1.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.