aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Frontend.mli
Commit message (Collapse)AuthorAgeFilesLines
* Moved shared frontend code in own file.Bernhard Schommer2016-05-241-0/+23
Clightgen and CompCert share the code for preprocessing as well as parsing C files. The code as well as command line switches is moved in the new module Frontend. Bug 18768