Folkert
|
02bc0036ab
|
fix wrong tag name used in Dict.get
|
2021-06-13 16:54:37 +02:00 |
|
Richard Feldman
|
1bd3f12776
|
Fix a bunch of Int docs
|
2021-06-03 21:31:47 -04:00 |
|
tarjei
|
ade591dd10
|
Fix plumbing
|
2021-05-29 22:21:25 +02:00 |
|
tarjei
|
107822a5cc
|
Add plumbing for List.swap
|
2021-05-29 21:30:16 +02:00 |
|
tarjei
|
f45d89270b
|
Implement basic List.drop that satisfies tests
Issues with uniqueness and copying which leaks memory obviously needs to be fixed.
|
2021-05-18 22:59:55 +02:00 |
|
Folkert
|
c071cfba13
|
implement startsWithCodePoint
|
2021-05-02 19:26:08 +02:00 |
|
Eric Henry
|
8e36b5797b
|
Merge branch 'trunk' of github.com:rtfeldman/roc into builtin-sortby
|
2021-04-03 10:03:45 -04:00 |
|
Folkert
|
61b7be7838
|
remove pub fn
|
2021-04-01 21:45:50 +02:00 |
|
Folkert
|
f2c144f58c
|
Merge remote-tracking branch 'origin/can-builtins-simplify' into list-range
|
2021-03-31 11:34:32 +02:00 |
|
Folkert
|
5d8d2bb030
|
Merge remote-tracking branch 'origin/trunk' into can-builtins-simplify
|
2021-03-31 11:29:33 +02:00 |
|
Folkert
|
5cfc9c1d85
|
implement List.sum and List.product in roc can AST
|
2021-03-30 22:19:37 +02:00 |
|
Folkert
|
0bd05f3ecf
|
remove second macro def
|
2021-03-30 21:23:06 +02:00 |
|
Eric Henry
|
7045737669
|
sortWith boilerplate done
|
2021-03-30 11:05:31 -04:00 |
|
Folkert
|
d718e21fd3
|
add List.range
|
2021-03-29 23:00:49 +02:00 |
|
Folkert
|
1302ee296f
|
refactor list walking
|
2021-03-29 16:32:43 +02:00 |
|
Richard Feldman
|
51e7720658
|
Merge branch 'trunk' into add-num-log
|
2021-03-28 12:43:51 -04:00 |
|
Richard Feldman
|
706aaa26d3
|
Merge pull request #1122 from rtfeldman/num-sqrt-bugfix
Fix bug in Num.sqrt
|
2021-03-28 12:42:44 -04:00 |
|
Ju Liu
|
8ccdeefdf2
|
Fix bug in Num.sqrt
|
2021-03-28 17:23:47 +01:00 |
|
Ju Liu
|
c48f415058
|
fix small typo
|
2021-03-28 17:13:12 +01:00 |
|
Ju Liu
|
cd59af1f9a
|
Rename error to LogNeedsPositive
|
2021-03-28 17:09:42 +01:00 |
|
Ju Liu
|
928249df2a
|
Add Num.log and wire it up
|
2021-03-28 15:02:45 +01:00 |
|
Peter Fields
|
fed470b316
|
add list-product builtin function
|
2021-03-27 20:15:16 +00:00 |
|
Chadtech
|
1e9cf7ba89
|
Merge branch 'trunk' into singleton-to-single
|
2021-03-14 21:58:08 -04:00 |
|
Chadtech
|
b22672fb0e
|
Changed singleton to single
|
2021-03-14 21:57:10 -04:00 |
|
Eric Henry
|
1e9bd0d7f1
|
implement isMultipleOf builtin
|
2021-03-14 14:52:38 -04:00 |
|
Eric Henry
|
66f07d984e
|
Merge branch 'trunk' of github.com:rtfeldman/roc into builtin-maxI128
|
2021-03-12 17:40:57 -05:00 |
|
Folkert
|
2031488d1a
|
give maxI128 an explicit annotation
|
2021-03-09 20:19:10 +01:00 |
|
Eric Henry
|
4d046abefa
|
builtin maxI128 initial
|
2021-03-09 12:47:42 -05:00 |
|
rvcas
|
268ab82410
|
feat(List): add map3
|
2021-03-08 21:12:19 -05:00 |
|
Folkert
|
dbb4758cb9
|
Merge remote-tracking branch 'origin/trunk' into backpassing
|
2021-03-06 19:01:39 +01:00 |
|
Folkert
|
d8bc44fd47
|
add Result.after
|
2021-03-06 01:53:37 +01:00 |
|
Folkert
|
2e73e47673
|
setup
just some stuff we need in place for the parser to recognice map2 and to give it a (hardcoded) type
|
2021-03-04 14:42:43 +01:00 |
|
Folkert
|
a6edc58323
|
make fromUtf8 do RC
|
2021-02-24 21:25:14 +01:00 |
|
Folkert
|
9116e9e8c9
|
add Str.toBytes
|
2021-02-21 19:52:32 +01:00 |
|
Folkert
|
43e71f2ee9
|
int cast
|
2021-02-21 16:07:35 +01:00 |
|
Folkert
|
128741e585
|
add right shift operators
|
2021-02-21 16:01:01 +01:00 |
|
Folkert
|
93359b88cb
|
Merge remote-tracking branch 'origin/str-fromUtf8' into bytes
|
2021-02-21 15:31:49 +01:00 |
|
Folkert
|
57b78dde06
|
Merge remote-tracking branch 'origin/trunk' into str-fromUtf8
|
2021-02-21 15:25:36 +01:00 |
|
Folkert
|
ea76578e06
|
add Num.bitwiseOr and Num.shiftLeftBy
|
2021-02-21 15:15:16 +01:00 |
|
Folkert
|
20921f94fb
|
don't abuse var symbols
|
2021-02-19 17:08:22 +01:00 |
|
Folkert
|
65ab08728a
|
List.mapWithIndex
|
2021-02-17 22:29:15 +01:00 |
|
Folkert
|
3fe80b1a1e
|
List.keepOks and List.keepErrs
|
2021-02-17 21:03:21 +01:00 |
|
Folkert
|
49ca8f3e86
|
add Set.fromList
|
2021-02-16 00:51:23 +01:00 |
|
Folkert
|
5826da028c
|
add Set.contains
|
2021-02-16 00:12:57 +01:00 |
|
Folkert
|
83f875ddca
|
use helpers in can builtin construction
|
2021-02-15 22:50:02 +01:00 |
|
Folkert
|
fbaac9165f
|
add lowlevel helpers to can builtins
|
2021-02-15 22:33:58 +01:00 |
|
Folkert
|
13b2c23c01
|
working AStar
|
2021-02-15 21:34:55 +01:00 |
|
Folkert
|
35e1e94a94
|
implement Set.walk
|
2021-02-15 01:49:25 +01:00 |
|
Folkert
|
57e8d5b4c3
|
implement Set inclusion functions
|
2021-02-14 23:57:35 +01:00 |
|
Folkert
|
1256327caa
|
dict walk
|
2021-02-14 21:16:42 +01:00 |
|