public Ast.Script Parse(string input) { var tokens = new TokenQueue(_notebook.Tokenize(input), _notebook); return(ParseScript(tokens)); }