mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Fix: variable to have VarInfo
instead of Type
This commit is contained in:
parent
119a326ebb
commit
46b87e1ca3
29 changed files with 888 additions and 816 deletions
|
@ -5,14 +5,16 @@ use std::process::Command;
|
|||
|
||||
use crate::serialize::get_magic_num_from_bytes;
|
||||
|
||||
pub const BUILTIN_PYTHON_MODS: [&str; 10] = [
|
||||
pub const BUILTIN_PYTHON_MODS: [&str; 12] = [
|
||||
"glob",
|
||||
"importlib",
|
||||
"io",
|
||||
"math",
|
||||
"re",
|
||||
"os",
|
||||
"random",
|
||||
"re",
|
||||
"socket",
|
||||
"subprocess",
|
||||
"sys",
|
||||
"time",
|
||||
"urllib",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue