nac3core: toplevel | add enumerate as a keyword for functions

iterators
wylited 2022-04-11 14:41:26 +08:00
parent eeeccfd656
commit a5efba75ba
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ impl TopLevelComposer {
"none".into(),
"None".into(),
"range".into(),
"enumerate".into(),
"str".into(),
"self".into(),
"Kernel".into(),