yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeDiagnose for invalid decl nesting + namespace lookup fixes. (#3397)ec0224edc

master
61 B5 linesraw
1module a;
2namespace ns
3{
4    public int fa() { return 1; }
5}