Slide 31
Slide 31 text
Abstract syntax tree (AST)
● A tree representation of the abstract syntactic structure of a source code
● SwiftSyntax is a library that helps us parse, inspect, manipulate, and
generate Swift source code
○ https://github.com/apple/swift-syntax
Cited from: https://developer.apple.com/videos/play/wwdc2023/10167/?time=1288