|
|
|
|
|
by soegaard
499 days ago
|
|
> This is just my opinion but I believe it's because the syntax tree is the syntax. This holds for "old" lisps. There are other options. Racket and Scheme uses "syntax objects". Syntax objects contain besides the old syntax tree also source location information and lexical information. See for example the last part of: https://parentheticallyspeaking.org/articles/bicameral-not-h... |
|