diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-05-29 12:58:15 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-24 22:20:49 -0700 |
| commit | 860c2bfad35d35dbef056f5775ead376868373d6 (patch) | |
| tree | 470f3d55bb5106698bd366cbd56007759f74c14f /docs/markdown/snippets/codegen_module.md | |
| parent | 6aefc92c33f7bef17c338aa3e456dc45ca41058a (diff) | |
| download | meson-860c2bfad35d35dbef056f5775ead376868373d6.tar.gz | |
modules/codegen: Add support for bison/byacc/yacc
This adds a similar wrapper to the Lex wrapper for yacc/bison/byacc. The
interface is equivalent.
Diffstat (limited to 'docs/markdown/snippets/codegen_module.md')
| -rw-r--r-- | docs/markdown/snippets/codegen_module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/codegen_module.md b/docs/markdown/snippets/codegen_module.md index b4ea04c0a..0dd79c576 100644 --- a/docs/markdown/snippets/codegen_module.md +++ b/docs/markdown/snippets/codegen_module.md @@ -1,3 +1,3 @@ ## Experimental Codegen module -A new module wrapping some common code generators has been added. Currently it supports lex/flex. +A new module wrapping some common code generators has been added. Currently it supports lex/flex and yacc/bison. |
