A fancy compiler diagnostics crate.
See examples/
for more examples.
ariadne
is a sister project of chumsky
. Neither are dependent on
one-another, but I'm working on both simultaneously and like to think that their features complement each other. If
you're thinking of using ariadne
to process your compiler's output, why not try using chumsky
to process its input?
yansi
)ColorGenerator
type that generates distinct colours for visual elements.Thanks to:
@brendanzab
for their beautiful codespan
crate that inspired me to try
pushing the envelope of error diagnostics.
@estebank
for showing innumerable people just how good compiler diagnostics can be through their work on Rust.