This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/trixy-parser/generate_docs

7 lines
108 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
2023-12-23 17:57:10 +00:00
ebnf2pdf make "./docs/grammar.ebnf"
mv grammar.ebnf.pdf ./docs/grammar.pdf
# vim: ft=sh