aboutsummaryrefslogtreecommitdiffstats
path: root/export/ExportCsyntax.ml
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/kvx-work' into towards_3.10David Monniaux2021-09-271-0/+1
|
* Add support to clightgen for generating Csyntax AST as .v filesXavier Leroy2021-09-221-0/+209
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.