gamegrid-add-score-with-update-game-score fix
[emacs.git] / admin / grammars / README
blobe38260952a532bb7ed28eac9604e621069b3c4ef
1 This directory contains grammar files in Bison and Wisent, used to
2 generate the parser data in the lisp/semantic/bovine/ and
3 lisp/semantic/wisent/ directories.  You can run the parser generators
4 with
6 emacs -batch -Q -l semantic/bovine/grammar -f bovine-make-parsers
7 emacs -batch -Q -l semantic/wisent/grammar -f wisent-make-parsers
9 Currently, the parser files in lisp/ are not generated directly from
10 these grammar files when making Emacs.  This state of affairs, and the
11 contents of this directory, will change in a future version of Emacs.