| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Support visibility control and default to `internal`. (#3380) | Yong He | 2023-12-06 |
| | | | | | | | | | | | | | | | | | | | | * 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> | ||
| * | 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 `.`) | |||
