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

#141 in Programming languages

Download history 110/week @ 2024-11-15 141/week @ 2024-11-22 456/week @ 2024-11-29 635/week @ 2024-12-06 1022/week @ 2024-12-13 50/week @ 2024-12-20 81/week @ 2024-12-27 121/week @ 2025-01-03 288/week @ 2025-01-10 173/week @ 2025-01-17 73/week @ 2025-01-24 292/week @ 2025-01-31 815/week @ 2025-02-07 125/week @ 2025-02-14 46/week @ 2025-02-21 202/week @ 2025-02-28

1,304 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

~9–19MB
~284K SLoC