summaryrefslogtreecommitdiffstats
path: root/source/compiler-core/slang-lexer.cpp
Commit message (Expand)AuthorAge
* Merge NamePool and RootNamePool into a single type (#7797)Copilot2025-07-17
* Fix out of bound buffer access in the preprocessor. (#7475)Yong He2025-06-18
* Parse char literals as integers (#6989)Julius Ikkala2025-05-06
* Initial support for immutable lambda expressions. (#6914)Yong He2025-04-30
* Implemented #pragma warning (#6748)Ronan2025-04-24
* Add Yet Another Source Code Generator (#6844)Theresa Foley2025-04-17
* Conform non-suffixed integer literals (#5717)Darren Wihandi2024-12-03
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Support unicode identifier names. (#4772)Yong He2024-08-12
* Correctly parse multiple escaped newlines (#4672)Ellie Hermaszewska2024-07-19
* Add unexpected end of input error to lexer (#4673)Ellie Hermaszewska2024-07-18
* Fix Lexer to recognize swizzling on an integer scalar value (#4515)Jay Kwak2024-07-09
* Initial version of spirv_asm block (#3151)Ellie Hermaszewska2023-08-25
* Support for infinite literal of from 34.2432#INF (#2944)jsmall-nvidia2023-06-27
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Support raw string literals. (#2405)Yong He2022-09-20
* Language server fixes and improvements (#2304)Yong He2022-06-27
* More Language Server Improvements. (#2289)Yong He2022-06-22
* Fix hexadecimal escape is string literals (#2072)JKot2022-01-10
* Initial support for variadic macros (#1887)Theresa Foley2021-06-16
* Overhaul the preprocessor (#1849)T. Foley2021-05-21
* Fix lexer/preproc diagnose issue (#1806)jsmall-nvidia2021-04-23
* Added compiler-core project (#1775)jsmall-nvidia2021-04-01