diff modules/parser.tp @ 360:0b83f15e819d

Update llcompile for changes to llFun syntax
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Apr 2015 09:00:56 -0700
parents 27477c8c2823
children
line wrap: on
line diff
--- a/modules/parser.tp	Fri Apr 17 17:52:22 2015 -0700
+++ b/modules/parser.tp	Tue Apr 21 09:00:56 2015 -0700
@@ -941,7 +941,7 @@
 				if: (Rest length) = 0 {
 					Rest <- []
 				}
-				":" . First | Rest
+				First | Rest
 			}
 			match: "" yield: { [] }
 		]