| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-06 | Support visibility control and default to `internal`. (#3380) | Yong He | |
| * Support visibility control and default to `internal`. * Fix wip. * Fixes. * Fix. * Fix test. * Add legacy language detection and compatibility for existing code. * Add doc. --------- Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2017-06-27 | Allow "dotted" import paths | Tim Foley | |
| 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 `.`) | |||
