10 releases

0.1.0 Sep 15, 2022
0.0.10 Mar 14, 2023
0.0.8 Jan 13, 2023
0.0.7 Dec 27, 2022
0.0.2 Sep 20, 2022

#49 in Programming languages

Download history 154/week @ 2023-02-02 183/week @ 2023-02-09 98/week @ 2023-02-16 26/week @ 2023-02-23 217/week @ 2023-03-02 637/week @ 2023-03-09 557/week @ 2023-03-16 1173/week @ 2023-03-23 550/week @ 2023-03-30 2208/week @ 2023-04-06 230/week @ 2023-04-13 457/week @ 2023-04-20 223/week @ 2023-04-27 459/week @ 2023-05-04 604/week @ 2023-05-11 307/week @ 2023-05-18

1,667 downloads per month
Used in compiler_base_session

Apache-2.0 OR MIT

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

~5–11MB
~204K SLoC