Chad Stearns
|
bf81e67a89
|
WIP on Str.split
|
2020-10-18 21:12:08 -04:00 |
|
Chad Stearns
|
ee7a3e375c
|
counter_delimiters bitcode function for Str.split
|
2020-10-06 02:51:43 -04:00 |
|
Chad Stearns
|
43960cf1c6
|
unique and std work, check if delimiter is longer than str
|
2020-09-27 14:27:56 -04:00 |
|
Chad Stearns
|
943925e4de
|
Set up many basic details for Str.split- no implementation yet
|
2020-09-26 14:54:14 -04:00 |
|
Richard Feldman
|
1c8383b3bb
|
clippy things
|
2020-09-16 19:34:48 -04:00 |
|
Richard Feldman
|
5d3645350d
|
Merge remote-tracking branch 'origin/trunk' into small-str
|
2020-09-16 02:23:06 -04:00 |
|
Richard Feldman
|
1efc386e5a
|
Fix Str.concat for small strings
|
2020-09-12 23:25:34 -04:00 |
|
Richard Feldman
|
4ef800d4b7
|
Add some TODOs about memcpys
|
2020-09-12 23:05:25 -04:00 |
|
Richard Feldman
|
254b93a8ce
|
Add env.small_str_bytes
|
2020-09-12 23:05:01 -04:00 |
|
Richard Feldman
|
d778e82d65
|
Fix Str.isEmpty
|
2020-09-12 22:05:08 -04:00 |
|
Richard Feldman
|
d1b1fd3a6a
|
Consistently cast string length to usize
|
2020-09-12 21:57:11 -04:00 |
|
Richard Feldman
|
e3d0145894
|
Add Str.isEmpty
|
2020-09-12 21:56:53 -04:00 |
|
Richard Feldman
|
8e8a41079e
|
Separate out str_is_not_empty
Also have list_is_not_empty use ptr_int instead of i64
|
2020-09-12 21:48:51 -04:00 |
|
Richard Feldman
|
648758f752
|
Fix Str.concat for big strings
|
2020-09-12 21:22:37 -04:00 |
|
Chad Stearns
|
a6c3d8edef
|
Mostly implemented big and small string work for Str.concat. Just some bugs somewhere in the llvm
|
2020-09-12 17:39:41 -04:00 |
|
Chad Stearns
|
89ca6735eb
|
Code compiles for load_str, but does not work
|
2020-09-12 16:59:00 -04:00 |
|
Chad Stearns
|
5ab3bf8c24
|
isolated str builtin stuff into new build_str module
|
2020-09-07 18:41:12 -04:00 |
|