new_allocator[T:type] : type = class:
# Type declarations
size_type : type = uint64
We discard newlines after comments in the case where the last token was significant (not a newline or whitespace). Here the last token was a newline. We can fix this by only considering whitespace insignificant if it starts a line.
We discard newlines after comments in the case where the last token was significant (not a newline or whitespace). Here the last token was a newline. We can fix this by only considering whitespace insignificant if it starts a line.