I am updating my Ada expression parser to Ada 2022. I am stagged by the number of stuff added (expletive omitted). So far I figured out these:
- Unicode identifiers
- Unicode delimiters in addition to space, tabulator, formats
- Square brackets (container aggregates)
[]
box<>
box (in keyed associations like=> <>
)- If expression
- Case expression
- For-thing inside aggregates
- Declare expression
Since I need none of these in my work, my question to more advanced Ada users is that all?