<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/front-end/import-subdir.slang, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2017-06-27T21:22:01+00:00</updated>
<entry>
<title>Allow "dotted" import paths</title>
<updated>2017-06-27T21:22:01+00:00</updated>
<author>
<name>Tim Foley</name>
<email>tfoley@nvidia.com</email>
</author>
<published>2017-06-27T21:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=9eee1175d9c3089ba53ebed12171bf57a40e80e3'/>
<id>urn:sha1:9eee1175d9c3089ba53ebed12171bf57a40e80e3</id>
<content type='text'>
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 `.`)
</content>
</entry>
</feed>
