Add a new token type TOKEN_STATIC_FIELD to the compiler's token enum and update the lexer to distinguish between single underscore (TOKEN_FIELD) and double underscore (TOKEN_STATIC_FIELD) prefixed names. The new token is registered in the grammar rules table as UNUSED with a TODO comment for future implementation.