pegjs/lib
David Majda 3291c70d97 Added \uFEFF (BOM) to the definition of whitespace in the metagrammar.
The Rhino bug that prevented inclusion of \uFEFF among the whitespace characters
is no longer relevant here because we compile character classes into regexps
now, which avoids the infinite recursion.
2010-04-11 11:45:05 +02:00
..
compiler.js Killed *MatchFailure classes => simpler code. 2010-03-21 15:48:28 +01:00
metagrammar.js Added \uFEFF (BOM) to the definition of whitespace in the metagrammar. 2010-04-11 11:45:05 +02:00
metagrammar.pegjs Added \uFEFF (BOM) to the definition of whitespace in the metagrammar. 2010-04-11 11:45:05 +02:00
runtime.js Killed *MatchFailure classes => simpler code. 2010-03-21 15:48:28 +01:00