From ee67ca534b88ceff30f3c00b7c0ab13456c8ed84 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 31 Oct 2016 21:43:57 -0700 Subject: 3613 --- html/013update_operation.cc.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'html/013update_operation.cc.html') diff --git a/html/013update_operation.cc.html b/html/013update_operation.cc.html index 132553c4..7dd7e69f 100644 --- a/html/013update_operation.cc.html +++ b/html/013update_operation.cc.html @@ -14,6 +14,9 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background- body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 12pt; font-size: 1em; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } .Comment { color: #9090ff; } .Delimiter { color: #800080; } .cSpecial { color: #008000; } @@ -58,6 +61,14 @@ Transform.push_back((string s) { return s + ": "; } + +:(scenarios transform) +:(scenario missing_arrow) +% Hide_errors = true; +def main [ + 1:number , copy 0 # typo: ',' instead of '<-' +] ++error: main: instruction '1:number' has no recipe -- cgit 1.4.1-2-gfad0