Skip to content

Instantly share code, notes, and snippets.

@rwinch
Created February 18, 2015 19:33
Show Gist options
  • Save rwinch/308a9a87c9965a683e56 to your computer and use it in GitHub Desktop.
Save rwinch/308a9a87c9965a683e56 to your computer and use it in GitHub Desktop.
nested-tables.adoc

Events

Event name Description

setup

Called When

Called after the type checker finished initialization

Arguments

Usage

setup {
   // initialization
}

Can be used to perform setup of your extension

finish

Called When

Called after the type checker completed type checking

Arguments

Usage

finish {
   // finalization block
}

Can be used to perform additional checks after the type checker has finished its job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment