Tokenizes a source code.
string $code The source code:
string $filename A unique identifier for the source code:
Twig_TokenStream A token stream instance
public function tokenize($code, $filename = null);