index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
compiler-core
/
slang-lexer.cpp
Age
Commit message (
Expand
)
Author
2024-12-03
Conform non-suffixed integer literals (#5717)
Darren Wihandi
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-08-12
Support unicode identifier names. (#4772)
Yong He
2024-07-19
Correctly parse multiple escaped newlines (#4672)
Ellie Hermaszewska
2024-07-18
Add unexpected end of input error to lexer (#4673)
Ellie Hermaszewska
2024-07-09
Fix Lexer to recognize swizzling on an integer scalar value (#4515)
Jay Kwak
2023-08-25
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-06-27
Support for infinite literal of from 34.2432#INF (#2944)
jsmall-nvidia
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2022-09-20
Support raw string literals. (#2405)
Yong He
2022-06-27
Language server fixes and improvements (#2304)
Yong He
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-01-10
Fix hexadecimal escape is string literals (#2072)
JKot
2021-06-16
Initial support for variadic macros (#1887)
Theresa Foley
2021-05-21
Overhaul the preprocessor (#1849)
T. Foley
2021-04-23
Fix lexer/preproc diagnose issue (#1806)
jsmall-nvidia
2021-04-01
Added compiler-core project (#1775)
jsmall-nvidia