A [Jison](http://zaach.github.io/jison/)-generated parser should be employed to handle {{mustache}} variable substitution in text. The parser should support mixed {{mustache}} and text: ``` html This is text from a method invocation: {{this.someMethod(someProp,parent.someProp)}} ```