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

#207 in Programming languages

Download history 903/week @ 2024-07-27 840/week @ 2024-08-03 699/week @ 2024-08-10 772/week @ 2024-08-17 812/week @ 2024-08-24 570/week @ 2024-08-31 1140/week @ 2024-09-07 1478/week @ 2024-09-14 233/week @ 2024-09-21 29/week @ 2024-09-28 317/week @ 2024-10-05 1065/week @ 2024-10-12 1246/week @ 2024-10-19 399/week @ 2024-10-26 537/week @ 2024-11-02 134/week @ 2024-11-09

2,394 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–18MB
~259K SLoC