| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-05 | tests: Add a basic test for the codegen implementation code | Dylan Baker | |
| This just tests that it works, so it catches the previous bug. Not sure how to test this more thoroughly. | |||
| 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. | |||
| 2021-08-14 | Force unity builds off in Flex test. | Jussi Pakkanen | |
| 2021-08-12 | Pass a test file to flex test. | Jussi Pakkanen | |
| 2018-02-21 | Skip test cases/frameworks/8 flex if flex or bison not found | Jon Turney | |
| 2014-08-25 | Add flex+bison test case. | Jussi Pakkanen | |
