pegjs/test
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-test.js Added tests for error messages displayed when a character class match fails. 2010-03-21 15:24:03 +01:00
index.html Bootstrapped the grammar parser, yay! I should have done this long ago. 2010-03-13 15:18:57 +01:00
metagrammar-test.js Added \uFEFF (BOM) to the definition of whitespace in the metagrammar. 2010-04-11 11:45:05 +02:00
runtime-test.js Rewrote implementation of classes to be regexp-based. 2010-03-20 11:24:04 +01:00