ast.Rd
Tokenise the user input
ast(input)
as a lisp-style string
List of lists for each token
From the lisp syntax, tokenise and provide a AST representation using list of lists.
Jay Morgan