Richard Feldman
0df54f478f
Add support for import foo.Bar.Baz
2025-10-21 21:35:46 -04:00
Anton-4
f701a32503
fix all the things
2025-10-15 14:03:23 +02:00
Anton-4
e5fed613ce
Merge branch 'main' of github.com:roc-lang/roc into upgrade-to-zig-1.15.1
2025-10-14 15:48:33 +02:00
Richard Feldman
0c189b93cf
Add type modules
2025-10-04 14:44:54 -04:00
Richard Feldman
bc2946f3b3
Add associated items
2025-10-04 13:16:56 -04:00
Isaac Van Doren
3bd2a07cd2
rename std.ArrayListUnmanaged to std.ArrayList
2025-09-06 20:48:49 -05:00
Fabian Schmalzried
1d1837d239
first draft to parse multiline strings
...
TODO: Can and fix fmt
2025-08-18 20:44:11 +00:00
Luke Boswell
2a4e5cc382
merge from repl-eval
2025-08-14 12:10:17 +10:00
Luke Boswell
6aaab3276c
untangle cyclic dependencies
2025-08-10 10:17:58 +10:00
JRI98
cc0036125c
Refactor formatter to prevent unstable formatting
2025-08-02 23:47:20 +02:00
Luke Boswell
b99d5304dc
Merge pull request #8134 from lukewilliamboswell/e2e-playground
...
Add a test harness for the WASM Playground
2025-07-31 17:20:29 +10:00
Jared Ramirez
0065acd1d6
Remove mod_ty and panic
...
This change removes `.mod_ty` from parse type anno AST since it was not
user anywhere and `.ty` contains a `qualifiers` field, making `.mod_ty`
redundant.
2025-07-30 18:12:37 -07:00
Luke Boswell
b07b83820a
Add a test harness for WASM Playground
2025-07-31 09:35:21 +10:00
Luke Boswell
760280fa17
WIP refactor parse module
2025-07-26 09:19:34 +10:00