aboutsummaryrefslogtreecommitdiffstats
path: root/export/ExportDriver.ml
Commit message (Collapse)AuthorAgeFilesLines
* Simplify handling of file suffixes.Bernhard Schommer2022-05-181-6/+6
| | | | | | | Since we are sure that all files passed have a valid extension we can use the OCaml function Filename.remove_extension and don't need to pass the suffixes. Bug 33218
* Add support to clightgen for generating Csyntax AST as .v filesXavier Leroy2021-09-221-0/+219
As proposed in #404. This is presented as a new option `-clight` to the existing `clightgen` tool. Revise clightgen testing to test the Csyntax output in addition to the Clight output.