1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
emacs/admin/grammars
Paul Eggert f5572543da Fix encoding problem in javat-wy.el.
* 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.
2013-03-03 23:25:17 -08:00
..
c.by Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
grammar.wy Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
java-tags.wy Fix encoding problem in javat-wy.el. 2013-03-03 23:25:17 -08:00
js.wy Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
make.by Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
python.wy Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
README Update for admin/grammars/README. 2012-10-06 22:22:31 +08:00
scheme.by Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
srecode-template.wy Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00

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.