15 releases

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

#128 in Programming languages

Download history 507/week @ 2024-04-02 1468/week @ 2024-04-09 1081/week @ 2024-04-16 1363/week @ 2024-04-23 952/week @ 2024-04-30 1461/week @ 2024-05-07 1522/week @ 2024-05-14 1735/week @ 2024-05-21 1546/week @ 2024-05-28 444/week @ 2024-06-04 574/week @ 2024-06-11 556/week @ 2024-06-18 1119/week @ 2024-06-25 1008/week @ 2024-07-02 1276/week @ 2024-07-09 835/week @ 2024-07-16

4,295 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

~8–17MB
~237K SLoC