CMakePP / CMinx

Generates API documentation for CMake functions and macros
https://cmakepp.github.io/CMinx/
Apache License 2.0
14 stars 5 forks source link

Investigate ANTLR #2

Closed ryanmrichard closed 4 years ago

ryanmrichard commented 5 years ago

Related to #1. Antlr can supposedly generate a parser for us given a grammar (CMake grammar).

This issue is for investigating Antlr and the resulting parser to see if it will suite our needs.