Implement Ord and a better Debug for AstNodes
This allows using them as keys to a BTreeMap, which is hashable, contrarily to HashMaps. That makes them suited for use with the yeter ecosystem.
This allows using them as keys to a BTreeMap, which is hashable, contrarily to HashMaps. That makes them suited for use with the yeter ecosystem.