kolodny / es-lab

Automatically exported from code.google.com/p/es-lab
0 stars 0 forks source link

Backslashes within Regexp literals fail #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Parsing:

/\b/
or /\/

makes the parser crash with a "this[rule] is undefined" Ometa error.

Original issue reported on code.google.com by to...@google.com on 31 Dec 2009 at 10:20

GoogleCodeExporter commented 8 years ago
Fixed in r114.
Problem was a typo in the grammar (both in the Ometa grammar as well as in the 
real
ES5 spec grammar)

Original comment by to...@google.com on 8 Jan 2010 at 2:34