The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14954 ====================================================================== Reported By: Georg Sauthoff Assigned To: ====================================================================== Project: CMake Issue ID: 14954 Category: CMake Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2014-06-04 15:57 EDT Last Modified: 2014-06-04 15:57 EDT ====================================================================== Summary: feature request: add FindRAGEL parser generator module Description: CMake already comes with support for parser-generators/compiler-compilers like Flex and Bison (i.e. FindFLEX/FindBison).
But currently, it does not support the Ragel state machine compiler/parser-generator (http://www.complang.org/ragel/ ). A google search shows that there is a need for such support - there are various projects using Ragel - and some projects which build with cmake reinvent the wheel, i.e. they ship custom cmake targets for ragel compilation. I've created a FindRAGEL module for my needs - it is based on the FindBISON module distributed with cmake: https://github.com/gsauthof/cmake-ragel Besides the small examples included in the above repository you can also see how the FindRAGEL module is used in another project - for multiple ragel files: https://github.com/gsauthof/imapdl Please feel free to integrate the FindRAGEL module (or something to the same effect) into the cmake distribution. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-06-04 15:57 Georg Sauthoff New Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers