Commit Graph

41 Commits

Author SHA1 Message Date
Anton-4
ee45107900
roc fmt 2023-01-20 14:52:25 +01:00
Anton-4
e8ac49ce11
try basic-cli 0.1.4
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-20 14:16:14 +01:00
Anton-4
97cafd44cd
use basic-cli 1.3
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-18 15:27:18 +01:00
Luke Boswell
d14d410153
added basic parsing example to ci 2023-01-18 13:49:38 +01:00
Luke Boswell
6790848be5
remove redundant zig platform, fix tests 2023-01-18 12:52:19 +01:00
Luke Boswell
048720b34f
WIP parser packaging 2023-01-16 19:06:48 +01:00
Folkert
c4e6dcff22
optimize Parser.Core
shaves 1 second off of the HTTP parser tests
2023-01-15 17:23:45 +01:00
Folkert
2c9e2524c1
Revert "reproduce crash in expect with Lists of different length"
This reverts commit 12350410df.

issue has been resolved by intervening commits
2023-01-14 15:10:30 +01:00
Folkert
148ec3752d
fix bug with record field ordering in repl eval 2023-01-14 15:09:12 +01:00
Brian Carroll
12350410df
reproduce crash in expect with Lists of different length 2023-01-14 08:50:50 +00:00
Brian Carroll
f106eb8c9d
examples/parser: rename apply->keep 2023-01-10 23:02:41 +00:00
Brian Carroll
2dce9f44b7
parser: HTTP reponse 2023-01-06 21:00:24 +00:00
Brian Carroll
b4776ad76f
parser: delete requestStartLine 2023-01-06 20:30:42 +00:00
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