From 232bdb824ada64735f76a8e1b36d20ddab7ae8d2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 27 Mar 2016 17:49:19 -0700 Subject: 2813 --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 66788595..22b1f99c 100644 --- a/index.html +++ b/index.html @@ -174,6 +174,10 @@ use in previous layers.

070text.mu: strings in Mu are bounds-checked rather than null-terminated. They're also unicode-aware (code points only; no control characters, no combining characters, no normalization). +
064rewrite_literal_string.cc: +allow functions taking strings to also take string literals. Mu doesn't have a +global segment; string literals are allocated on the heap everytime they're +used.
071rewrite_stash.cc: a convenience when debugging is the ability to add variables to the trace using the stash command. By default -- cgit 1.4.1-2-gfad0