diff modules/ast.tp @ 263:98147071baf6

Add support for llMessage definitions in buildMethodTables
author Michael Pavone <pavone@retrodev.com>
date Mon, 14 Jul 2014 09:30:31 -0700
parents be224817a14b
children 2308336790d4
line wrap: on
line diff
--- a/modules/ast.tp	Mon Jul 14 09:29:49 2014 -0700
+++ b/modules/ast.tp	Mon Jul 14 09:30:31 2014 -0700
@@ -125,6 +125,9 @@
 				tocall <- _tocall
 				args <- _args
 				hasReceiver? <- _receiver?
+				llMessage? <- {
+					(tocall nodeType) = _symbol && (tocall name) = "llMessage:withVars:andCode"
+				}
 				stringIndent <- :indent {
 					argparts <- []
 					if: (tocall nodeType) = _symbol {