2 releases

0.1.1 Aug 19, 2021
0.1.0 Aug 18, 2021

#848 in Programming languages

Download history 22/week @ 2024-02-19 15/week @ 2024-02-26 3/week @ 2024-03-04 5/week @ 2024-03-11 8/week @ 2024-03-25 57/week @ 2024-04-01

71 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