At the moment the following isn't working, when you make use of TemplateParsers: ``` // from Dear {{ $person->user->firstname }}, // to Dear {{ $person->user->firstname }}, ``` And the following code is also incorrect parsed: ``` // from first(); ?> // to first(); ?> ```