2 releases

0.1.1 Aug 19, 2021
0.1.0 Aug 18, 2021

#843 in Programming languages

Download history 6/week @ 2024-02-15 25/week @ 2024-02-22 7/week @ 2024-02-29 5/week @ 2024-03-07 2/week @ 2024-03-14 3/week @ 2024-03-21 34/week @ 2024-03-28 28/week @ 2024-04-04

68 downloads per month
Used in 3 crates (2 directly)

MIT license

8KB
112 lines

flycatcher-diagnostic

This crate utilizes the codespan-reporting crate to make Rustc style error messages for the Flycatcher programming language. Its only dependency is codespan-reporting, so it is possible to use outside of Flycatcher.


lib.rs:

A crate for emitting diagnostic messages emitted by Flycatcher to the terminal.

Dependencies

~220–410KB