aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cparser.mlpack
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-03 10:22:27 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-03 10:22:27 +0000
commit891377ce1962cdb31357d6580d6546ec22df2b4f (patch)
tree4ff7c38749cc7a4c1af411c5aa3eb7225c4ae6a1 /cfrontend/Cparser.mlpack
parent018edf2d81bf94197892cf1df221f7eeac1f96f6 (diff)
downloadcompcert-891377ce1962cdb31357d6580d6546ec22df2b4f.tar.gz
compcert-891377ce1962cdb31357d6580d6546ec22df2b4f.zip
Switching to the new C parser/elaborator/simplifier
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1269 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend/Cparser.mlpack')
-rw-r--r--cfrontend/Cparser.mlpack25
1 files changed, 25 insertions, 0 deletions
diff --git a/cfrontend/Cparser.mlpack b/cfrontend/Cparser.mlpack
new file mode 100644
index 00000000..410d7b28
--- /dev/null
+++ b/cfrontend/Cparser.mlpack
@@ -0,0 +1,25 @@
+cparser/C
+cparser/Errors
+cparser/Cabs
+cparser/Cabshelper
+cparser/Parse_aux
+cparser/Parser
+cparser/Lexer
+cparser/Machine
+cparser/Env
+cparser/Cprint
+cparser/Cutil
+cparser/Ceval
+cparser/Cleanup
+cparser/Builtins
+cparser/Elab
+cparser/Rename
+cparser/Transform
+cparser/Unblock
+cparser/SimplExpr
+cparser/AddCasts
+cparser/StructByValue
+cparser/StructAssign
+cparser/Bitfields
+cparser/Parse
+