mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
WIP
This commit is contained in:
commit
befe2cf835
15 changed files with 148 additions and 59 deletions
|
@ -2040,7 +2040,7 @@ impl CodeGenerator {
|
|||
self.stack_dec();
|
||||
self.emit_pop_top();
|
||||
self.emit_global_import_items(
|
||||
Identifier::public("prelude"),
|
||||
Identifier::public("_erg_std_prelude"),
|
||||
vec![(
|
||||
Identifier::public("in_operator"),
|
||||
Some(Identifier::private("#in_operator")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue