The #Kittyscript abstract syntax tree, as per my current concept, will consist out of list nodes, comment nodes, symbol nodes and literal nodes. Each node can have arbitrary attributes to be read and written by macros and compiler plugins. In a way, it feels more similar to XML than to Lisp.
