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

#122 in Programming languages

Download history 948/week @ 2024-08-21 555/week @ 2024-08-28 892/week @ 2024-09-04 1606/week @ 2024-09-11 665/week @ 2024-09-18 87/week @ 2024-09-25 77/week @ 2024-10-02 1111/week @ 2024-10-09 684/week @ 2024-10-16 972/week @ 2024-10-23 501/week @ 2024-10-30 249/week @ 2024-11-06 163/week @ 2024-11-13 157/week @ 2024-11-20 180/week @ 2024-11-27 777/week @ 2024-12-04

1,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–18MB
~256K SLoC