|
|
|
|
|
by breck
2490 days ago
|
|
Think of your code in a spreadsheet or Cartesian plane. Each word has a location in 2D space. There is a physical manifestation of your program’s source code. The parsed version (with the words of your source replaced with their parsed types), has the same shape (physical manifestation) as your source code. So source == AST. Currently traditional languages this is not true. They are stripped to 1D and the further you move from lisp the more different they become. |
|