Set up many basic details for Str.split- no implementation yet

This commit is contained in:
Chad Stearns 2020-09-26 14:54:14 -04:00
parent 7aada6c485
commit 943925e4de
5 changed files with 47 additions and 2 deletions

View file

@ -5,6 +5,7 @@
pub enum LowLevel {
StrConcat,
StrIsEmpty,
StrSplit,
ListLen,
ListGetUnsafe,
ListSet,

View file

@ -660,6 +660,7 @@ define_builtins! {
2 STR_IS_EMPTY: "isEmpty"
3 STR_APPEND: "append"
4 STR_CONCAT: "concat"
5 STR_SPLIT: "split"
}
4 LIST: "List" => {
0 LIST_LIST: "List" imported // the List.List type alias