diff options
| author | Tim Foley <tfoley@nvidia.com> | 2017-06-27 14:22:01 -0700 |
|---|---|---|
| committer | Tim Foley <tfoley@nvidia.com> | 2017-06-27 14:22:01 -0700 |
| commit | 9eee1175d9c3089ba53ebed12171bf57a40e80e3 (patch) | |
| tree | 4f3f1e8b03a1ea3a515c955d3b7e5f6a6b6283f0 /source/slang/options.cpp | |
| parent | 97f253189af41f117e2de17093904cbb45202d46 (diff) | |
Allow "dotted" import paths
The code:
__import foo.bar;
will try to import from a file matching "foo/bar.slang".
I also went ahead and allowed a raw string literal in and import:
__import "foo/bar";
(In the latter case, an explicit `/` must be used instead of `.`)
Diffstat (limited to 'source/slang/options.cpp')
0 files changed, 0 insertions, 0 deletions
