Skip to content

Instantly share code, notes, and snippets.

@olafurpg
Created June 21, 2016 09:45
Show Gist options
  • Save olafurpg/05f6cb53b8b25ab50975d7cd8c3666e9 to your computer and use it in GitHub Desktop.
Save olafurpg/05f6cb53b8b25ab50975d7cd8c3666e9 to your computer and use it in GitHub Desktop.
// indent: 4 + 2
while (!hasReachedEof(curr) &&
!statementStarts.contains(hash(tokens(curr.splits.length).left))) {
foo
}
@olafurpg
Copy link
Author

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