Improving Swift Tools with libSyntax
Offered By: try! Swift Conference via YouTube
Course Description
Overview
Explore the transformative potential of libSyntax, a new library in the open source Swift compiler, in this conference talk from try! Swift NYC 2017. Delve into the structure of libSyntax, understand the design decisions behind it, and learn how to leverage it for analyzing, generating, and transforming Swift code. Gain insights from Harlan Haskins, a Computer Science student and former Apple intern, as he discusses compiler architecture, Abstract Syntax Trees, syntax transformation, and the guiding principles of libSyntax. Discover practical applications through a live demonstration and grasp how this powerful tool can revolutionize Swift development practices.
Syllabus
Introduction
Compilers
Swift AST
libSyntax
Syntax Transformation
Syntax Tree Structure
Trivia Rules
SyntaxData
SyntaxNodes
SyntaxAPIs
MakeAPIs
Transform Nodes
Builders
Guiding Principles
Demo
Conclusion
Taught by
try! Swift Conference
Related Courses
Optimize Your Swift Codetry! Swift Conference via YouTube Swift Concurrency in GoodNotes
try! Swift Conference via YouTube Introducing the Beeline Library - Another Approach to Routing on iOS
try! Swift Conference via YouTube Swift Expression Macros - A Practical Introduction
try! Swift Conference via YouTube Getting Started with Combine
try! Swift Conference via YouTube