Ayaz Hafiz
29b37a10df
Correctly use module name in linked functions
2022-07-21 09:02:04 -04:00
Richard Feldman
0acab0eef3
Rename Result.after to Result.try
2022-07-17 17:25:50 -04:00
Richard Feldman
7908e8c176
roc format examples
2022-07-13 23:16:09 -04:00
Richard Feldman
aa7822d5cd
roc format examples
2022-07-11 13:14:35 -04:00
Richard Feldman
496fd6e8bb
roc format examples
2022-07-11 13:14:01 -04:00
Richard Feldman
61a05c7059
roc format examples
2022-07-06 15:10:17 -04:00
Anton-4
eee85fa45d
moved all crates into seperate folder + related path fixes
2022-07-01 17:37:43 +02:00
Richard Feldman
2dd28c6be3
Remove Package-Config.roc from examples
2022-06-16 15:21:55 -04:00
Richard Feldman
52dc59383b
Update Cargo.lock on examples
2022-06-15 12:08:06 -04:00
Sean Hagstrom
e2e77a2324
formatter: add newlines between parens delimiters for multiline expressions
2022-05-24 11:19:30 +01:00
Sean Hagstrom
c53f6cf2fe
formatter: remove spaces at the beginning and end of single-line square bracket expressions
2022-05-22 14:06:34 +01:00
Sean Hagstrom
08777434b6
formatter: support removing blank lines between all when branches in when expressions
2022-05-19 09:26:04 +01:00
Richard Feldman
9c72e5e8ed
Remove unnecessary -> () function return types
2022-05-18 08:29:40 -04:00
Sean Hagstrom
fbdeec8b3b
update examples with empty record patterns formatting
2022-05-16 22:24:23 +01:00
Anton-4
0f59f3097a
cargo fix --edition
2022-05-16 17:04:17 +02:00
Richard Feldman
8849e5cdd1
Improve false interpreter missing CLI arg message
2022-05-06 17:13:03 -04:00
Ayaz Hafiz
f1dc9c8298
Opaques take @ : %s/\$\([A-Z]\)/@\1/g
2022-04-25 12:26:38 -04:00
Ayaz Hafiz
36014e332d
Remove private tags from false interpreter
2022-04-25 10:59:11 -04:00
Kevin Gillette
6a3fd3a607
rename divFloor to divTrunc
2022-04-18 02:33:31 -06:00
Nikita Mounier
bb8b8fd0c0
Update examples / benchmarks.
2022-04-12 00:07:53 +00:00
Folkert
ba40b6a957
update hosts with new string conventions
2022-03-13 00:16:21 +01:00
Anton-4
ba5d47d270
Merge branch 'trunk' of github.com:rtfeldman/roc into roc_fmt_fixes
2022-03-08 13:57:20 +01:00
Jan Van Bruggen
99c825aa99
Simplify example platform names
2022-03-07 19:59:29 -07:00
Anton-4
21a30b1e83
fixed indentation for apply args
2022-03-07 16:23:15 +01:00
Folkert de Vries
af15055c95
Merge pull request #2641 from rtfeldman/DecRepl
...
Display Dec in REPL
2022-03-07 16:17:06 +01:00
Derek Gustafson
1c9e0c57bf
Make RocDecs display properly in webrepl.
2022-03-06 11:52:25 -05:00
Philippe Vinchon
b32e7e0e2d
Update example files
2022-03-05 22:32:34 +00:00
Tom Dohrmann
788c8a6af2
reimplement RocList
and RocStr
2022-02-23 16:02:13 +01:00
Jan Van Bruggen
92e0f8714f
Swap List.repeat args order to put the list first
2022-02-11 16:10:29 -07:00
Richard Feldman
881bae7267
Merge branch 'trunk' into fix-module-formatting
2022-02-04 23:03:52 -05:00
Folkert
43066dcd50
fix formatting
2022-02-04 22:26:31 +01:00
Folkert
a44a99c6cf
add new Effect.roc files
2022-02-04 20:06:47 +01:00
Folkert
35efa3462d
fix my mistakes
2022-02-04 00:04:08 +01:00
Folkert
885500712c
remove old Effect module things
2022-02-03 23:55:02 +01:00
Richard Feldman
34e9b1b73d
Fix module formatting
2022-02-01 21:22:35 -05:00
Folkert
3ade77374a
Merge remote-tracking branch 'origin/trunk' into add_loop_examples
2022-01-27 16:49:47 +01:00
Folkert
de84698890
use generic mainForHost in false platform
2022-01-26 21:08:44 -07:00
Folkert
ddf2a09cbf
use Task.loop in False
2022-01-26 19:59:50 +01:00
hafiz
f6126cda69
Revert "Use Task.loop
in examples"
2022-01-23 11:56:13 -05:00
Folkert
1328e4515d
use Task.loop in False
2022-01-21 20:57:03 +01:00
Jan Van Bruggen
1e9d2d1239
Remove accidental trailing spaces
2022-01-18 22:25:46 -07:00
Joshua Warner
8b58d5cbc7
Switch to always encoding package names / paths as strings
...
This will simplify parsing and make it possible to have a uniform lexer for the language. Previously unquoted package names were allowed to include '-'s, which aren't valid identifiers.
In the future, we'll distinguish local paths from packages in the package-manager by looking for a ".roc" suffix, which should only be present in local paths.
2021-12-23 20:11:14 -08:00
Joshua Warner
6786acb939
Remove redundant space in aliases
2021-12-21 18:16:58 -08:00
Joshua Warner
8b967f1ea8
Run formatter on all examples
2021-12-21 17:17:31 -08:00
Jan Van Bruggen
d03a51c75b
Rename base
package to pf
everywhere, to match tutorial
2021-12-12 05:57:39 -07:00
Brendan Hansknecht
8a45b1eed8
use ManuallyDrop instead of forget for rust host fx functions
2021-12-10 17:09:49 -08:00
rvcas
023f7f44a7
chore: update examples that reference fromInt
2021-11-30 14:55:08 -05:00
Kevin Sjöberg
f6d055dc62
Correct minor spelling mistakes
2021-11-06 15:29:08 +01:00
Brendan Hansknecht
ecf22516fc
Switch to correct c ffi in false
2021-10-29 15:48:07 -07:00
Brendan Hansknecht
8f3254bee0
Stop dropping filename
2021-10-24 11:19:20 -07:00