Philippe Coval 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
..
README 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
bovine-grammar.el 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
c.by 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
grammar.wy 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
java-tags.wy 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
js.wy 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
make.by 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
python.wy 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
scheme.by 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
srecode-template.wy 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden
wisent-grammar.el 6249b3fca2 Imported Upstream version 24.2+1 12 jaren geleden

README

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.