Allow accessing properties in current context using paths. This is to

avoid name collisions with registered helper functions.

Issue #458
This commit is contained in:
Jean-Pierre Fiset
2013-03-04 13:25:00 -05:00
parent 948231a31d
commit bf30bf9115
+1 -1
View File
@@ -31,7 +31,7 @@
<mu>"{{" { return 'OPEN'; }
<mu>"=" { return 'EQUALS'; }
<mu>"."/[} ] { return 'ID'; }
<mu>"."/[}/ ] { return 'ID'; }
<mu>".." { return 'ID'; }
<mu>[\/.] { return 'SEP'; }
<mu>\s+ { /*ignore whitespace*/ }