Hacker News new | past | comments | ask | show | jobs | submit login

You're technically right, but I was exaggerating for effect.



Also, the 'T' in "AST" stands for tree. Not all intermediate-represenatations are trees: some are linear, like stack and register operations, others are graphs, etc.

But you were right, that description is .. PHPish.


The AST is typically the first generated intermediate representation and by definition it relates to the textual form of the language. All textual forms can be viewed as trees.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: