| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-24 | modules/codegen: Add support for bison/byacc/yacc | Dylan Baker | |
| This adds a similar wrapper to the Lex wrapper for yacc/bison/byacc. The interface is equivalent. | |||
| 2025-10-24 | modules/codegen: Add wrapper for lex/flex/reflex | Dylan Baker | |
| 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. | |||
