erick-alcachofa 5ce803bb07
refactor: move common types and aliases to central Util namespace
Signed-off-by: erick-alcachofa <erick@artichoke.dev>

- Create lib/include/artichoke/Util/Common.hpp for shared types.
- Migrate SourceLocation, Mutability, and TypeQualifier from AST.
- Update Parser and AST files to use unified aliases (Ptr, Vector,
  etc.).
- Clean up includes across the Parser module.
2025-12-30 23:13:21 -06:00
..