From 860c2bfad35d35dbef056f5775ead376868373d6 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 29 May 2025 12:58:15 -0700 Subject: 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. --- docs/markdown/snippets/codegen_module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/snippets/codegen_module.md') 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. -- cgit v1.2.3