15 releases

new 0.1.6 Apr 24, 2024
0.1.5 Apr 17, 2024
0.1.0 Sep 15, 2022
0.0.10 Mar 14, 2023
0.0.2 Sep 20, 2022

#86 in Programming languages

Download history 393/week @ 2024-01-05 435/week @ 2024-01-12 254/week @ 2024-01-19 480/week @ 2024-01-26 774/week @ 2024-02-02 170/week @ 2024-02-09 1230/week @ 2024-02-16 603/week @ 2024-02-23 571/week @ 2024-03-01 646/week @ 2024-03-08 286/week @ 2024-03-15 413/week @ 2024-03-22 460/week @ 2024-03-29 1038/week @ 2024-04-05 1244/week @ 2024-04-12 987/week @ 2024-04-19

3,774 downloads per month
Used in 2 crates

Apache-2.0 OR MIT

245KB
4K SLoC

compiler_base_error

note: [WIP] Do not use it.


lib.rs:

Compiler-Base-Error

The idea with Compiler-Base-Error is to make a reusable library, by separating out error thorwing and diagnostic diaplaying or other error handling procedures.

  • Compiler-Base-Error provides DiagnosticHandler to diaplay diagnostic. For more information about DiagnosticHandler, see doc in 'compiler_base/error/diagnostic/diagnostic_handler.rs'.

  • TODO(zongz): Compiler-Base-Error provides ErrorRecover to recover from errors.

Dependencies

~7–18MB
~241K SLoC