mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +00:00
Merge branch 'main' into pylyzer-mode
This commit is contained in:
commit
3d69353bf6
9 changed files with 36 additions and 0 deletions
|
@ -71,6 +71,10 @@ impl Runnable for ASTLowerer {
|
|||
fn cfg(&self) -> &ErgConfig {
|
||||
&self.cfg
|
||||
}
|
||||
#[inline]
|
||||
fn cfg_mut(&mut self) -> &mut ErgConfig {
|
||||
&mut self.cfg
|
||||
}
|
||||
|
||||
fn new(cfg: ErgConfig) -> Self {
|
||||
Self::new_with_cache(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue