altoviso / bdParse

a JavaScript LL(1) parser in JavaScript
http://bdframework.org/bdParse/index.html
Other
14 stars 3 forks source link

Parser failure on ES5 object literal getter/setters #6

Open csnover opened 12 years ago

csnover commented 12 years ago

When trying to read the following valid ES5:

var a = {
   get foo() {}
};

The following error occurs:

'unexpected token (tName:\'foo\'); expected :'