diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-11-13 09:58:00 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-11-13 09:58:00 -0800 |
commit | 05d3592047a76db4cc8d77102508c21ca1b86e7b (patch) | |
tree | 0021e6ba3f6116494a8d4e5744927bfddf437b68 /index.html | |
parent | be422222cd20a0d68cc7600cbe373acd22ecfdc4 (diff) | |
download | mu-05d3592047a76db4cc8d77102508c21ca1b86e7b.tar.gz |
2429
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html index b40d92af..8ff533ec 100644 --- a/index.html +++ b/index.html @@ -144,13 +144,12 @@ previous instructions in the same recipe. Mu programs. They've been so good to us. <br/>Support for <em>shape-shifting</em> or generic data structures that can contain <em>type ingredients</em>: <a href='html/054dilated_reagent.cc.html'>054dilated_reagent.cc</a>, -a new syntax for allowing spaces in types; <a href='html/055parse_tree.cc.html'>055parse_tree.cc</a>, -a new syntax for representing complex types using trees; -<a href='html/056recipe_header.cc.html'>056recipe_header.cc</a>, a new syntax -for introducing ingredients and products with the name of a reagent; -<a href='html/057static_dispatch.cc.html'>057static_dispatch.cc</a>, -allowing multiple variants of a recipe to coexist with support for different -headers; +a new syntax for allowing whitespace in types; <a href='html/055parse_tree.cc.html'>055parse_tree.cc</a>, +a new syntax for representing complex types as trees using whitespace and +parentheses (s-expressions); <a href='html/056recipe_header.cc.html'>056recipe_header.cc</a>, +a new syntax for introducing ingredients and products with the name of a reagent; +<a href='html/057static_dispatch.cc.html'>057static_dispatch.cc</a>, allowing +multiple variants of a recipe to coexist with support for different headers; <a href='html/058shape_shifting_container.cc.html'>058shape_shifting_container.cc</a>, a new syntax for wildcard <em>type ingredients</em> in containers; and finally <a href='html/059shape_shifting_recipe.cc.html'>059shape_shifting_recipe.cc</a>, |