roc/crates/compiler/test_syntax
Agus Zubiaga 11e0202eb9
Parse inline imports and ingested files at the expression level
```
numbers =
    import "numbers.json" as numbersJson : Str
    import json.Decode exposing [decode, list, int]

    numbersJson
    |> decode (list int)
    |> Result.withDefault []
```
2024-01-20 08:35:50 -03:00
..
fuzz Consolidate gitignore 2024-01-10 22:16:04 -05:00
src auto clippy fixes 2023-07-10 18:27:08 +02:00
tests Parse inline imports and ingested files at the expression level 2024-01-20 08:35:50 -03:00
Cargo.toml run a toml formatter and then clean it up a bit 2023-03-06 19:47:57 -08:00