aboutsummaryrefslogtreecommitdiffstats
path: root/admin/grammars/README
blob: e38260952a532bb7ed28eac9604e621069b3c4ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.