From 6aefc92c33f7bef17c338aa3e456dc45ca41058a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 23 Jul 2024 09:40:12 -0700 Subject: modules/codegen: Add wrapper for lex/flex/reflex This module is a bit of a dumping ground for code generators, particularly ones that are important and non-trivial to wrap, either due to multiple implementations, major command line changes, or complex outputs (such as those that may output a directory structure). The initially provided method is for lex. It provides a simple wrapper that handles win_flex, reflex, flex, and generic lex. --- docs/markdown/snippets/codegen_module.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/codegen_module.md (limited to 'docs/markdown/snippets/codegen_module.md') diff --git a/docs/markdown/snippets/codegen_module.md b/docs/markdown/snippets/codegen_module.md new file mode 100644 index 000000000..b4ea04c0a --- /dev/null +++ b/docs/markdown/snippets/codegen_module.md @@ -0,0 +1,3 @@ +## Experimental Codegen module + +A new module wrapping some common code generators has been added. Currently it supports lex/flex. -- cgit v1.2.3