Files
emacs/admin/grammars
2011-12-30 17:27:15 -08:00
..
2011-12-18 22:21:24 -08:00
2011-12-30 17:27:15 -08:00
2011-11-20 20:35:27 +01:00
2011-12-18 22:21:24 -08:00
2011-11-12 00:17:16 +01: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 bovine-grammar.el -f bovine-make-parsers
emacs -batch -Q -l wisent-grammar.el -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.