roc/crates/compiler/load
Agus Zubiaga 002493e32c
Load and can ingested file imports
Moves handling of ingested file imports from load to can, so that they
can be properly introduced in the scope they appear.

Example:

  import "input.txt" as input : Str

  image =
      import "image.png" as bytes : List U8
      # `bytes` is only available under `image`
      decodePng bytes

  ...
2024-01-20 08:43:40 -03:00
..
src Go-to-definition basic support 2023-10-25 17:14:50 -05:00
tests Load and can ingested file imports 2024-01-20 08:43:40 -03:00
build.rs Compute total_problems rather than asking for it 2023-10-14 21:49:06 -04:00
Cargo.toml Move test_reporting into load to break cyclic dep 2023-11-10 16:16:54 -05:00