mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
fix: dynamic type checking bugs
This commit is contained in:
parent
a6b72ea636
commit
5affa5065f
12 changed files with 91 additions and 7 deletions
|
@ -402,6 +402,7 @@ const OP_MUTATE: &str = "__mutate__";
|
|||
const OP_POS: &str = "__pos__";
|
||||
const OP_NEG: &str = "__neg__";
|
||||
|
||||
const FUNDAMENTAL_ARGS: &str = "__args__";
|
||||
const FUNDAMENTAL_LEN: &str = "__len__";
|
||||
const FUNDAMENTAL_CONTAINS: &str = "__contains__";
|
||||
const FUNDAMENTAL_CALL: &str = "__call__";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue