Files
Pierre-Marie de Rodat a48e5ea76e New ElsePart and ThenAbortPart nodes to avoid unparsing ambiguities
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;
2024-11-13 13:33:48 +00:00
..
2020-11-02 16:51:46 +01:00
2020-11-02 16:51:46 +01:00