d2/d2ir
Anmol Sethi 2fcc9ed140
d2ir: Compile imports
Works as so:

index.d2:
```d2
x: @x
```

x.d2:
```d2
label: meow
shape: circle
```

TODO:

- [ ] Correctly import into fields by handling the scenarios/steps overlay.
      - And links.
- [ ] Test every kind of import.
2023-06-04 23:31:18 -07:00
..
compile.go d2ir: Compile imports 2023-06-04 23:31:18 -07:00
compile_test.go d2ir: Compile imports 2023-06-04 23:31:18 -07:00
d2ir.go fix class 2023-04-27 11:48:07 -07:00
d2ir_test.go d2compiler: Integrate d2ir (wip) 2023-01-24 03:24:30 -08:00
import.go d2ir: Compile imports 2023-06-04 23:31:18 -07:00
import_test.go d2ir: Compile imports 2023-06-04 23:31:18 -07:00
merge.go d2ir: Review fixes #714 2023-02-02 10:31:09 -08:00
query.go d2ir: Fully implement scenarios/steps 2023-01-24 03:24:26 -08:00