Changes the control flow of Parser::createRawKeyword to return on failing to meet preconditions, rather than if-else block. Reduces indentation and concurrent code paths.
Changes the control flow of Parser::createRawKeyword to return on failing to meet preconditions, rather than if-else block. Reduces indentation and concurrent code paths.