Whether the AST should be optimized for persistence.
(&self)
| 107 | |
| 108 | // Whether the AST should be optimized for persistence. |
| 109 | pub fn stable(&self) -> bool { |
| 110 | self.mode == FormatMode::Stable |
| 111 | } |
| 112 | |
| 113 | /// Whether the AST should be printed out in a more human readable format. |
| 114 | pub fn simple(&self) -> bool { |