You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
Intoducing these nodes is necessary to respect the unparser invariant prerequisite that there is a bijection between valid parse trees and streams of tokens that produce them: if C then S; else end if; if C then S; end if; select when T => null; else end select; select when T => null; end select; select when T => null; then abort end select;