Before talk? ------------ - non node-instantiating expressions extend their results with inline modules - allow load_grammar and require statements at the top of treetop files - deal with facets versioning issue Function application... the left-recursion problem -------------------------------------------------- f g x rule expression application / function / variable end rule application expression space expression end Function application... how can we avoid left recursion? -------------------------------------------------------- rule expression application / function / variable end rule application operator space expression end rule operator function / variable end