Skip to content

Instantly share code, notes, and snippets.

@iam-peekay
Created April 27, 2016 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iam-peekay/af9f478f3d17ba6590a8152d0fe2e300 to your computer and use it in GitHub Desktop.
Save iam-peekay/af9f478f3d17ba6590a8152d0fe2e300 to your computer and use it in GitHub Desktop.
LexicalEnvironment = {
EnvironmentRecord: {
// Identifier bindings go here
},
// Reference to the outer environment
outer: < >
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment