You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
14 years ago
..
compiler-test.js Added tests for error messages displayed when a character class match fails. 14 years ago
index.html Bootstrapped the grammar parser, yay! I should have done this long ago. 14 years ago
metagrammar-test.js Added \uFEFF (BOM) to the definition of whitespace in the metagrammar. 14 years ago
runtime-test.js Rewrote implementation of classes to be regexp-based. 14 years ago