yum-mirror/slang

Making it easier to work with shaders

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

jsmall-nvidiaFix lexer/preproc diagnose issue (#1806)697017e6f

master
251 B12 linesraw
1result code = 0
2standard error = {
3tests/bugs/preproc-lex-failure-2.slang(4): warning 10002: '0' prefix indicates octal literal
4000
5^~~
6tests/bugs/preproc-lex-failure-2.slang(5): error 10005: newline in literal
7
8^
9}
10standard output = {
11000 "Hello! 
12}