ciscoheat / erazor

A Haxe implementation of the Razor view engine
19 stars 15 forks source link

call a function returning a function should work #1

Closed fponticelli closed 13 years ago

fponticelli commented 13 years ago

this syntax should work:

@getFunction()()

Instead the second set of parenthesis is dealt as literal

ciscoheat commented 13 years ago

Fixed in latest version.