Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Created June 9, 2021 13:36
Show Gist options
  • Select an option

  • Save jdmichaud/1dea79f79d6a9c97ff295d36e5a6a247 to your computer and use it in GitHub Desktop.

Select an option

Save jdmichaud/1dea79f79d6a9c97ff295d36e5a6a247 to your computer and use it in GitHub Desktop.
Typescript compilation chain
Source ─(scanner)─► Tokens ─(parser)─► AST ─(binder)─► Symbol ─(checker)──(emitter)─► JS
│ ▲ ▲
╰──────────────────────────╯──────────╯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment