| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Allow "dotted" import paths | Tim Foley | 2017-06-27 |
| 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 `.`) | |||
