Open tjjfvi opened 2 months ago
Allow mod foo; statements which defaults the path semi-intelligently.
mod foo;
A mod bar; statement can only appear in a file with path foo/foo.vi. The path is inferred to be either foo/bar.vi or foo/bar/bar.vi (exactly one of these must exist).
mod bar;
foo/foo.vi
foo/bar.vi
foo/bar/bar.vi
Allow
mod foo;
statements which defaults the path semi-intelligently.