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

#132 in Programming languages

Download history 105/week @ 2024-10-03 1119/week @ 2024-10-10 1007/week @ 2024-10-17 739/week @ 2024-10-24 438/week @ 2024-10-31 245/week @ 2024-11-07 117/week @ 2024-11-14 148/week @ 2024-11-21 189/week @ 2024-11-28 854/week @ 2024-12-05 609/week @ 2024-12-12 535/week @ 2024-12-19 84/week @ 2024-12-26 108/week @ 2025-01-02 283/week @ 2025-01-09 179/week @ 2025-01-16

660 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
~265K SLoC