summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/formal-grammar/README.md
blob: 9a8e13b03073afee70325359cba59fe6de831330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Package `formal-grammar`

This package provides an easy way to write formal grammars.

To use it, run the following commands:
```
$ latex formal-grammar.ins
$ pdflatex formal-grammar.dtx
```
The first command generates the file `formal-grammar.sty` that should be placed
in the same folder than your main document. The second command generates the
file `formal-grammar.pdf` (you may require multiple runs to adjust internal
references), which is the documentation for the package.

# License

This package is provided under the terms of the LaTeX Project Public License,
version 1.3 or later.

# See also

 - [**simplebnf**](https://www.ctan.org/pkg/simplebnf): this package provides an
   easier way to describe the grammar (no need to use special commands), but
   offers less customisation options (highlight, etc.).
 - [**backnaur**](https://www.ctan.org/pkg/backnaur).