14 releases

new 0.1.5 Apr 17, 2024
0.1.3 Apr 9, 2024
0.1.0 Sep 15, 2022
0.0.10 Mar 14, 2023
0.0.2 Sep 20, 2022

#91 in Programming languages

Download history 446/week @ 2023-12-23 353/week @ 2023-12-30 407/week @ 2024-01-06 437/week @ 2024-01-13 353/week @ 2024-01-20 364/week @ 2024-01-27 772/week @ 2024-02-03 197/week @ 2024-02-10 1267/week @ 2024-02-17 587/week @ 2024-02-24 652/week @ 2024-03-02 566/week @ 2024-03-09 298/week @ 2024-03-16 456/week @ 2024-03-23 360/week @ 2024-03-30 998/week @ 2024-04-06

2,181 downloads per month
Used in 2 crates

Apache-2.0 OR MIT

240KB
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

~7–19MB
~243K SLoC