Commit Graph

874 Commits

Author SHA1 Message Date
Marten/Qqwy
a9a4bcb81b
some whitespace cleanup 2022-07-16 23:18:16 +02:00
Marten/Qqwy
36dedf1f8f
Remove old file 2022-07-16 23:16:22 +02:00
Marten/Qqwy
47452e9f6c
Use the movies example 2022-07-16 23:06:16 +02:00
Marten/Qqwy
4981f5b12f
Movies example :-D 2022-07-16 22:32:36 +02:00
Marten/Qqwy
b2af5d37bb
Add another field to test more in the main.roc example 2022-07-16 22:11:24 +02:00
Marten/Qqwy
bbd049a062
Fix some check warnings 2022-07-16 22:09:30 +02:00
Marten/Qqwy
35ff9642aa
Better parse errors on CSV parsing fail. 2022-07-16 21:49:18 +02:00
Marten/Qqwy
b45ce4908d
Adapt main example. 2022-07-16 13:11:23 +02:00
Marten/Qqwy
66b202e96b
The checker is happy! 2022-07-16 13:04:14 +02:00
Marten/Qqwy
951dc6f063
Almost finished with the CSV parser logic 2022-07-16 12:51:12 +02:00
Marten/Qqwy
0effc7721f
Parsers for CSV -> Your Stuff 2022-07-16 12:28:32 +02:00
Marten/Qqwy
b7611a8f77
Better names for run/runPartial etc: parse/parsePartial etc. 2022-07-12 23:58:39 +02:00
Marten/Qqwy
5ce4a72cb4
Use oneOf instead of nested alt for a super large compile-time speedup 2022-07-12 23:35:47 +02:00
Marten/Qqwy
1de88362b9
The full example now works! 2022-07-12 23:26:58 +02:00
Marten/Qqwy
3136452b98
Merge branch 'trunk' into csv_decoding 2022-07-12 23:10:19 +02:00
Richard Feldman
c29d2556b2
roc format Url.roc 2022-07-12 13:03:49 -04:00
Richard Feldman
b770675670
Merge remote-tracking branch 'origin/trunk' into url 2022-07-12 12:54:27 -04:00
Marten/Qqwy
4d13f7e7de
Simplify example that crashes 2022-07-12 14:14:52 +02:00
Marten/Qqwy
8d6bb82113
Altered platform that contains alloc/dealloc debug statements 2022-07-12 13:36:58 +02:00
Marten/Qqwy
bd0ff345be
Simplify example 2022-07-12 12:55:29 +02:00
Marten/Qqwy
7dfbfcba29
Usage of the CSV parser in the example 2022-07-12 12:10:09 +02:00
Marten/Qqwy
1300a56918
Simple CSV parser definition which follows RFC4180 2022-07-12 11:58:04 +02: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
c4616c2e78
roc format Url.roc 2022-07-08 20:06:16 -04:00
Richard Feldman
d6d33541b1
Update a bunch of Url docs 2022-07-08 20:06:16 -04:00
Richard Feldman
5a566c721e
Update Cargo.lock for cli-platform 2022-07-08 20:06:16 -04:00
Richard Feldman
2a42ca3821
Fix percent-encoding 2022-07-08 20:06:16 -04:00
Richard Feldman
53689c5cf0
Add Url.reserve and withCapacity 2022-07-08 20:06:16 -04:00
Richard Feldman
b26479718d
Fix a bunch of compile errors in Url 2022-07-08 20:06:15 -04:00
Richard Feldman
e6dce24630
Fix some parsing and formatting issues 2022-07-08 20:06:15 -04:00
Richard Feldman
9d965a6f36
Add Url functions for manipulating the fragment 2022-07-08 20:06:15 -04:00
Richard Feldman
4f171f381c
Add Url.withFragment and Url.hasFragment 2022-07-08 20:06:15 -04:00
Richard Feldman
ef95099e2d
Expand Url docs 2022-07-08 20:06:15 -04:00
Richard Feldman
ac03572e76
Percent-encode query params 2022-07-08 20:06:15 -04:00
Richard Feldman
1f47042aa5
Remove Path.roc for now 2022-07-08 20:06:15 -04:00
Richard Feldman
82fcff9791
Update Url.roc 2022-07-08 20:06:14 -04:00
Richard Feldman
a95157ad1b
Update Url module 2022-07-08 20:06:14 -04:00
Richard Feldman
59ca19b5c3
Have Url.percentEncode encode non-ASCII chars 2022-07-08 20:06:14 -04:00
Richard Feldman
4a80f9e164
Add WIP Path.roc and Url.roc to CLI platform 2022-07-08 20:06:14 -04:00
Richard Feldman
5e533c4a0f
Add a third type param to Task 2022-07-07 10:06:02 -04:00
Folkert de Vries
0412578e49
Merge pull request #3433 from rtfeldman/url-appending-fixes
url appending fixes
2022-07-07 11:51:40 +02:00
Folkert
1ceed06f2b
dealloc is wrong for static strings 2022-07-07 03:26:42 +02:00
Folkert
4bd5df4e0d
fix memory leak in c platform 2022-07-07 00:07:45 +02:00
Richard Feldman
61a05c7059
roc format examples 2022-07-06 15:10:17 -04:00
Richard Feldman
44f27c4378
roc format examples 2022-07-06 14:00:45 -04:00
Brendan Hansknecht
91bf84719f
correct host.test.js 2022-07-03 10:28:56 -07:00
Brendan Hansknecht
b1a17b5a6f
add fd_write so that works 2022-07-03 10:21:15 -07:00
Brendan Hansknecht
13a1a8f49d
update the wasm example so that it compiles and the readme is correct 2022-07-03 10:20:52 -07:00
Anton-4
b1b9a8dc0a
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder 2022-07-02 10:44:25 +02:00