File tree 6 files changed +11
-115
lines changed
6 files changed +11
-115
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ particular:
63
63
- a list of how CakeML differs from SML and OCaml, and,
64
64
- a number of small CakeML code examples.
65
65
66
+ [ icing] ( icing ) :
67
+ Main implementation directory for the RealCake development, presented in
68
+ "Verified Compilation and Optimization of Floating-Point Programs"
69
+
66
70
[ misc] ( misc ) :
67
71
Auxiliary files providing glue between a standard HOL installation
68
72
and what we want to use for CakeML development.
Original file line number Diff line number Diff line change @@ -14,21 +14,3 @@ paths relative to the root directory.
14
14
[ bin] ( bin ) :
15
15
This directory represents a stage in the build sequence where the latest
16
16
available cake binary is downloaded to perform testing and bootstrapping.
17
-
18
- [ build-sequence] ( build-sequence ) :
19
- The regression test runs through this list of directories.
20
-
21
- [ fix_scripts.sml] ( fix_scripts.sml ) :
22
- This is a script that can automation adding a legacy mode line to
23
- broken HOL4 scripts following changes to HOL4. Update the new_str
24
- declaration below and run this with poly --script fix_scripts.sml in
25
- the dir that needs fixing; it will recurse into INCLUDES dirs.
26
-
27
- [ readme_gen.sml] ( readme_gen.sml ) :
28
- This SML program generates a ` README.md ` summary for the files
29
- given as command-line arguments to this script. The contents of the
30
- summaries are read from a specific style of comment that needs to
31
- appear at the top of each file.
32
-
33
- [ wc.sh] ( wc.sh ) :
34
- A script that counts non-blank lines.
Original file line number Diff line number Diff line change @@ -120,6 +120,11 @@ compiler/parsing/tests
120
120
compiler/inference/tests
121
121
compiler/printing/test
122
122
123
+ # Floating-Point optimizer
124
+ icing/flover
125
+ icing/
126
+ icing/examples
127
+
123
128
# compiler translation
124
129
compiler/repl
125
130
compiler/bootstrap/translation
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Main implementation directory for the RealCake development, presented in
2
2
"Verified Compilation and Optimization of Floating-Point Programs"
3
+
3
4
===========================================================================
4
5
5
6
Content in the directory can be build with `Holmake`.
6
7
7
- Files contained in this directory:
8
+ Files contained in this directory:
You can’t perform that action at this time.
0 commit comments