aboutsummaryrefslogtreecommitdiffstats
path: root/exportclight/README
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2018-01-10 10:32:43 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2018-01-10 10:32:43 +0100
commit5df29e2caa1ec95a3ddbcaf49d686998b0696855 (patch)
tree84d4a091b0951e9d0d8e57a80ed3e943eddfea90 /exportclight/README
parentd270d2e104fd81248c1020347bb63dad046e232f (diff)
downloadcompcert-5df29e2caa1ec95a3ddbcaf49d686998b0696855.tar.gz
compcert-5df29e2caa1ec95a3ddbcaf49d686998b0696855.zip
Change README to markdown.
Diffstat (limited to 'exportclight/README')
-rw-r--r--exportclight/README34
1 files changed, 0 insertions, 34 deletions
diff --git a/exportclight/README b/exportclight/README
deleted file mode 100644
index 3fd8c0ae..00000000
--- a/exportclight/README
+++ /dev/null
@@ -1,34 +0,0 @@
- The clightgen tool
- ------------------
-
-OVERVIEW
-
-"clightgen" is an experimental tool that transforms C source files
-into Clight abstract syntax, pretty-printed in Coq format in .v files.
-These generated .v files can be loaded in a Coq session for
-interactive verification, typically.
-
-
-HOW TO BUILD
-
-Change to the top-level CompCert directory and issue
-
- make clightgen
-
-
-USAGE
-
- clightgen [options] <C source files>
-
-For each source file "src.c", its Clight abstract syntax is generated
-in "src.v".
-
-The options recognized are a subset of those of the CompCert compiler ccomp
-(see http://compcert.inria.fr/man/manual003.html for full documentation):
-
- -I<dir> search <dir> for include files
- -D<symbol> define preprocessor macro
- -U<symbol> undefine preprocessor macro
- -Wp,<opts> pass options to C preprocessor
- -f<feature> activate emulation of the given C feature
-