Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created March 8, 2016 22:22
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 assertchris/4e700ee6f55931677bbd to your computer and use it in GitHub Desktop.
Save assertchris/4e700ee6f55931677bbd to your computer and use it in GitHub Desktop.
let tokens = [
["type", "int"],
["whitespace", " "],
["identity", "minutes"],
["whitespace", " "],
["assign", "="],
["whitespace", " "],
["value", "90"]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment