roc/crates/compiler/parse
Agus Zubiaga c56091ee3e
Module Params' proposal import syntax
I previously implemented the syntax in "Proposal: Module and Package Changes" [1]:

```
import [map, map2] from JsonDecode as JD
```

However, we decided [2] to use the one that appears in "Proposal: Module Params" [3]:

```
import JsonDecode as JD exposing [map, map2]
```

The new implementation also now supports comments and newlines between all the tokens.

[1] https://docs.google.com/document/d/1E_77fO-44BtoBtXoVeWyGh1xN2KRTWTu8q6i25RNNx0/edit
[2] 405410612
[3] https://docs.google.com/document/d/110MwQi7Dpo1Y69ECFXyyvDWzF4OYv1BLojIm08qDTvg/edit
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 Module Params' proposal import syntax 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