Skip to content

Instantly share code, notes, and snippets.

@drguildo
Created April 19, 2012 19:54
Show Gist options
  • Save drguildo/2423737 to your computer and use it in GitHub Desktop.
Save drguildo/2423737 to your computer and use it in GitHub Desktop.
IDEA Gist integration test.
if (isNextToken((".", SYMBOL))) {
tokenizer.nextToken()
output.append("<symbol> . </symbol>")
compileIdentifier()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment