Skip to content

Instantly share code, notes, and snippets.

@Interfere
Created March 22, 2017 08:48
Show Gist options
  • Save Interfere/998cb6ae37cfb129d5181912cb6c7b26 to your computer and use it in GitHub Desktop.
Save Interfere/998cb6ae37cfb129d5181912cb6c7b26 to your computer and use it in GitHub Desktop.
Default section
default: {
char const *tmp = CurPtr-1;
if (advanceIfValidStartOfIdentifier(tmp, BufferEnd))
return lexIdentifier();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment