Skip to content

Instantly share code, notes, and snippets.

@PaulTaykalo
Created September 29, 2017 20:39
Show Gist options
  • Save PaulTaykalo/4b65ec2cf470bf0bd3a462ef28409a08 to your computer and use it in GitHub Desktop.
Save PaulTaykalo/4b65ec2cf470bf0bd3a462ef28409a08 to your computer and use it in GitHub Desktop.
How big is AST for these lines of code
import Foundation
"---Cool?---".replacingOccurrences(of: "-", with: "_")
// swiftc -dump-ast example.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment