changeset 211:53cd9c3bcf96

Don't compile quote expressions in C backend for now
author Mike Pavone <pavone@retrodev.com>
date Sat, 30 Nov 2013 15:04:52 -0800
parents d0848563f25d
children 32080f96c3a0
files cbackend.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cbackend.js	Sat Nov 30 15:03:47 2013 -0800
+++ b/cbackend.js	Sat Nov 30 15:04:52 2013 -0800
@@ -212,7 +212,7 @@
 		} else {
 			throw new Error("Unexpected AST type for foreign:");
 		}
-	} else if(name == 'llProperty:withType' || name == 'llProperty:withVars:andCode') {
+	} else if(name == 'llProperty:withType' || name == 'llProperty:withVars:andCode' || name == 'quote') {
 		return null;
 	}
 	var args = this.args.slice(0, this.args.length);