Structs§
Enums§
Traits§
- Error
Handler - This trait handles error occured in the compilation. NB: clone bound is needed since scan/parse/ir/code gen all requires ownership of a error report. Rc/RefCell is a good way to implement ErrorHandler if collecting errors in compilation pass is desired.