aboutsummaryrefslogtreecommitdiffstats
path: root/admin/grammars/README
diff options
context:
space:
mode:
Diffstat (limited to 'admin/grammars/README')
-rw-r--r--admin/grammars/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/admin/grammars/README b/admin/grammars/README
new file mode 100644
index 00000000000..419797e0dcb
--- /dev/null
+++ b/admin/grammars/README
@@ -0,0 +1,11 @@
1This directory contains grammar files in Bison and Wisent, used to
2generate the parser data in the lisp/semantic/bovine/ and
3lisp/semantic/wisent/ directories. You can run the parser generators
4with
5
6emacs -batch -Q -l bovine-grammar.el -f bovine-make-parsers
7emacs -batch -Q -l wisent-grammar.el -f wisent-make-parsers
8
9Currently, the parser files in lisp/ are not generated directly from
10these grammar files when making Emacs. This state of affairs, and the
11contents of this directory, will change in a future version of Emacs.