Commit Graph

2 Commits

Author SHA1 Message Date
Harlan
a5098e6b69 Generate libSyntax API (#10926)
* Generate libSyntax API

This patch removes the hand-rolled libSyntax API and replaces it with an
API that's entirely automatically generated. This means the API is
guaranteed to be internally stylistically and functionally consistent.
2017-07-25 18:19:58 -07:00
David Farler
2578ae3be1 [Syntax] Add example object diagram for a return statement
Add a little visualization for a code snippet showing the main
players in the Syntax tree, showing where the strong references
flow.

NFC - documentation only.
2017-02-20 17:53:31 -08:00