Commit Graph

28 Commits

Author SHA1 Message Date
Brian Carroll
fa54a082d3
parser: Http headers and body 2023-01-06 20:29:46 +00:00
Brian Carroll
3fc40362a3
create 'skip' parser combinator 2023-01-05 23:05:49 +00:00
Brian Carroll
a368388b20
parse HTTP request start line 2023-01-05 23:04:40 +00:00
Folkert de Vries
234f9f54cd
Merge pull request #4714 from roc-lang/expect-dbg-atomics
use atomics for expect/dbg
2022-12-09 09:21:13 +01:00
Richard Feldman
5958f50728
Drop obsolete mentions of roc_send_signal 2022-12-08 06:36:12 -05:00
Brendan Hansknecht
46546f5a1e
fix other formatting 2022-12-04 18:39:58 -08:00
Brendan Hansknecht
a5efc1f179
switch to more expressive list.range 2022-12-04 16:04:17 -08:00
Folkert
ce61a40f5b
change parser host to zig 2022-11-11 23:45:32 +01:00
Richard Feldman
58ea07f14f
Merge pull request #4503 from roc-lang/windows-cli-tests
Windows rust platforms
2022-11-11 09:42:06 -08:00
Folkert
21600828b2
c conditional compilation, for real 2022-11-11 11:09:15 +01:00
Anton-4
cd375538f2
add missing includes for clang 14
I believe implicit declarations(=missing headers) used to be a warning in clang 13 but this now an error in clang 14
2022-11-09 20:46:48 +01:00
Folkert
92cc120c7f
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects 2022-11-05 12:21:37 +01:00
Richard Feldman
5110727795
Drop some unnecessary parens 2022-10-30 02:49:54 -04:00
Folkert
19ea3489cb
provide more libc functions for the expect implementation 2022-10-12 20:59:18 +02:00
Ayaz Hafiz
811c8554ac
Simplify Parser example 2022-10-05 17:28:01 -05:00
Ayaz Hafiz
d8fd630df8
Format 2022-09-30 13:43:33 -05:00
Ayaz Hafiz
73491cb12e
Cleanup unused imports 2022-09-30 13:43:19 -05:00
Folkert
4ada4d4996
deallocate roc string in parser platform 2022-09-28 15:30:17 +02:00
Brendan Hansknecht
30dbad88ae
ensure that the csv platform flushes to stdout successfully 2022-09-27 16:01:15 -07:00
Brian Carroll
173a4ec8ab
Define roc_memmove in case LLVM decides to use memmove 2022-09-27 21:24:23 +01:00
Brian Carroll
dbf63af05b
Use a different stdio function to get C host working on CI 2022-09-26 21:34:35 +01:00
Brian Carroll
1a5ef05585
Print out stderr if CLI test fails 2022-09-26 19:21:44 +01:00
Brian Carroll
bad993a957
Cleanups and formatting 2022-09-25 22:47:09 +01:00
Brian Carroll
32c2d8fb4b
fix spellcheck error 2022-09-25 22:19:41 +01:00
Brian Carroll
cbd8968066
Create CLI test for CSV example 2022-09-25 22:17:29 +01:00
Brian Carroll
a83ef5fa2a
rename codepoint -> codeunit 2022-09-25 22:17:29 +01:00
Brian Carroll
2341c01ab3
rename main file and executable in CSV example 2022-09-25 22:17:28 +01:00
Brian Carroll
a3c1325edf
rename CSV parsing example: csv -> parser 2022-09-25 22:17:12 +01:00