Document configurable module roots as next phase

This commit is contained in:
hgranthorner
2026-08-04 16:01:59 -04:00
parent 460fc969db
commit 9122b5a5c0
4 changed files with 23 additions and 8 deletions

View File

@@ -31,7 +31,8 @@
not have inner PSI.
- `#asm` bodies remain intentionally opaque; assembly instructions do not have
inner PSI or structure entries.
- Import resolution uses the project/module roots and the local Jai installation;
custom compiler `-import_dir` arguments are not discovered yet.
- Import resolution currently uses fixed project/module roots and the local Jai
installation; configurable module roots and custom compiler `-import_dir`
arguments are planned.
- Module-qualified members, procedure parameters, and struct fields do not yet
have symbol resolution.