forked from Orchid/orchid
First steps for the macro system
This commit is contained in:
@@ -26,7 +26,7 @@ pub struct HostParseCtxImpl<'a> {
|
||||
}
|
||||
|
||||
impl ParseCtx for HostParseCtxImpl<'_> {
|
||||
fn reporter(&self) -> &Reporter { self.rep }
|
||||
fn rep(&self) -> &Reporter { self.rep }
|
||||
fn i(&self) -> &Interner { &self.ctx.i }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user