Tokenise the user input

ast(input)

Arguments

input

as a lisp-style string

Value

List of lists for each token

Details

From the lisp syntax, tokenise and provide a AST representation using list of lists.

Author

Jay Morgan