Random Order File Scope Declaration

This commit is contained in:
gingerBill
2016-07-12 23:53:34 +01:00
parent 9f90ff50cf
commit aa6a2caecb
11 changed files with 688 additions and 258 deletions

View File

@@ -219,6 +219,9 @@ struct Token {
};
Token empty_token = {Token_Invalid};
char const *token_kind_to_string(TokenKind kind) {
return TOKEN_STRINGS[kind];