Giter Club home page Giter Club logo

swift-integration-tests's Introduction

Hi there ๐Ÿ‘‹

I currently work on the Developer Publications team at Apple and am currently focused on the developer user experience, such as learning and using Swift, and documentation systems.

As a former full-time Swift contributor, here are some things that I helped pioneer:

  • lib/Markup and Markdown-style documentation comments.
    I used the cmark library for parsing doc comments and an internal syntax tree to interface with the compiler.
  • Reflection metadata for the Xcode Memory Graph Debugger
  • lib/Syntax. This was the original C++ implementation which is now removed in favor of the Swift-based SwiftSyntax.
    The model is an immutable tree that can share data between trees, using positional information to place the syntax in a concrete place such as a file.
  • lib/Migrator. This was a rewrite of the migrator engine which previously relied on integrating with a previous version of the Swift compiler to understand the old code.

Other things I helped create more recently:

  • Symbol Graph Documentation Format and the library that implements it, SymbolKit.
    This represents symbols as nodes and relationships such as "member of", "conforms to", and "subclass of". A symbol ontology, I guess.
  • Swift Markdown and authoring experience for DocC.
    I used a similar approach to lib/Syntax in Swift. This library also contains extensions for block directives, a block element container that allows for metadata such as key-value pairs or other information.
  • DocC

I post on Mastodon.

swift-integration-tests's People

Contributors

abertelrud avatar aciidb0mb3r avatar ahoppen avatar artemcm avatar benlangmuir avatar bnbarham avatar codafi avatar compnerd avatar dcci avatar ddunbar avatar douggregor avatar edymtt avatar eeckstein avatar etcwilde avatar ethan-kusters avatar finagolfin avatar fumoboy007 avatar gottesmm avatar gribozavr avatar hartbit avatar meg-gupta avatar millenomi avatar mxcl avatar nathawes avatar nkcsgexi avatar rlovelett avatar shahmishal avatar spevans avatar tfiala avatar tomerd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.