GithubHelp home page GithubHelp logo

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.

AG's Projects

dither icon dither

A small program written in C showing implementations of common image dithering algorithms.

llvm-project icon llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.

snippettest icon snippettest

An example Swift package to show how to use the initial version of Swift Snippets

swift-cmark icon swift-cmark

CommonMark parsing and rendering library and program in C

swift-docc icon swift-docc

Documentation compiler that produces rich API reference documentation and interactive tutorials for your Swift framework or package.

swift-evolution icon swift-evolution

This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.

swift-markdown icon swift-markdown

A Swift package for parsing, building, editing, and analyzing Markdown documents.

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.