diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /admin/grammars/README | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'admin/grammars/README')
| -rw-r--r-- | admin/grammars/README | 11 |
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 @@ | |||
| 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 | ||
| 5 | |||
| 6 | emacs -batch -Q -l bovine-grammar.el -f bovine-make-parsers | ||
| 7 | emacs -batch -Q -l wisent-grammar.el -f wisent-make-parsers | ||
| 8 | |||
| 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. | ||