Skip to content

Implement Ord and a better Debug for AstNodes

Edgar Onghena requested to merge edgar/impl-ord-debug-astnodes into main

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.

Merge request reports