Files
RustAst/src/ast/compiler
Brummel 4f05562e0c Introduce CompilationResult struct
This commit introduces the `CompilationResult` struct to encapsulate the
outcome of a compilation pass. It holds either a successfully compiled
`TypedNode` or a `Diagnostics` object containing errors. Helper methods
for creating success or error results and for converting to a `Result`
are also included. This improves error handling and clarity in the
compilation process.
2026-03-27 13:25:12 +01:00
..
2026-02-22 10:41:48 +01:00
2026-03-25 18:36:53 +01:00
2026-03-23 10:22:12 +01:00
2026-03-27 13:25:12 +01:00