mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.43k stars 1.57k forks source link

Feature Request: Add language support for lex and yacc #674

Open dykatz opened 7 years ago

dykatz commented 7 years ago

Meson already supports vala, which compiles to c, so it shouldn't be too much effort to get it to support lex and yacc as well.

jpakkane commented 7 years ago

Test cases have a sample project for using lex & yacc. We might add a helper module for that, we'd just need to see if there is a common thing that most users wan as opposed to "just do lex + yacc but just add this one argument".