mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
commit
1ce648ac27
14 changed files with 771 additions and 55 deletions
|
@ -37,6 +37,7 @@ pub fn decode_low_level<'a>(
|
|||
StrEndsWith => return BuiltinCall(bitcode::STR_ENDS_WITH),
|
||||
StrSplit => return NotImplemented, // needs Array
|
||||
StrCountGraphemes => return NotImplemented, // test needs Array
|
||||
StrToNum => return NotImplemented, // choose builtin based on storage size
|
||||
StrFromInt => return NotImplemented, // choose builtin based on storage size
|
||||
StrFromUtf8 => return NotImplemented, // needs Array
|
||||
StrTrimLeft => return BuiltinCall(bitcode::STR_TRIM_LEFT),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue