Skip to content

Instantly share code, notes, and snippets.

View tsabend's full-sized avatar

Thomas Abend tsabend

View GitHub Profile
@tsabend
tsabend / parsing.md
Created January 19, 2017 16:51 — forked from samanthamjohn/ parsing.md
Hopscotch Project structure

How to parse

  1. Add all the customGlobals to the scope.
  2. Add all the customProperties to the object prototype.
  3. Add all the objects to the scope.
  4. Add all the abilities to the scope.
  5. Add all the rules to the scope.
  6. Add all the objectRules to the scope.