### Grammar or Syntax Description - when reading back from Validation.getParsedStatements it automatically removes any comments, i think we need to have a flag to leave as is. - Example: `select * /*some comment*/ from a` --> currently only returns `select * from a` ### Additional context JSQLParser 4.6