I intend to comment out some specific IF statements in the release version before compiling, similar to a simple macro. However, I noticed that the first_token and last_token attributes are None for some AST nodes like If and ForNum. I have added the first and last token fields for these missing nodes.
I intend to comment out some specific IF statements in the release version before compiling, similar to a simple macro. However, I noticed that the first_token and last_token attributes are None for some AST nodes like If and ForNum. I have added the first and last token fields for these missing nodes.