mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
* admin/grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
from summary, as this causes javat-wy.el to contain both a null byte
and a byte sequence that is not valid UTF-8, which is inconvenient.
* lisp/cedet/semantic/wisent/javat-wy.el: Regenerate.
|
||
|---|---|---|
| .. | ||
| c.by | ||
| grammar.wy | ||
| java-tags.wy | ||
| js.wy | ||
| make.by | ||
| python.wy | ||
| README | ||
| scheme.by | ||
| srecode-template.wy | ||
This directory contains grammar files in Bison and Wisent, used to generate the parser data in the lisp/semantic/bovine/ and lisp/semantic/wisent/ directories. You can run the parser generators with emacs -batch -Q -l semantic/bovine/grammar -f bovine-make-parsers emacs -batch -Q -l semantic/wisent/grammar -f wisent-make-parsers Currently, the parser files in lisp/ are not generated directly from these grammar files when making Emacs. This state of affairs, and the contents of this directory, will change in a future version of Emacs.