See the example picture in the article. Lisp s-expressions have no concept like 'variable name: a'. The s-expressions simply does not represent that some symbol is a variable. In an AST this is common.
In an AST the elements are already classified according to some syntax. In S-expressions this is not the case.
In an AST the elements are already classified according to some syntax. In S-expressions this is not the case.