roc/crates/compiler/parse
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
..
benches Re-improve perf of skipping spaces and comments 2022-12-11 08:43:22 -08:00
src Parse inline imports and ingested files at the expression level 2024-01-20 08:35:50 -03:00
tests Update tests to use $(...) interpolation 2024-01-06 15:06:30 -05:00
Cargo.toml Add Src64 2023-09-06 23:12:33 -04:00