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
/
slang
/
lexer.cpp
Age
Commit message (
Expand
)
Author
2018-10-10
Feature/source loc refactor (#668)
jsmall-nvidia
2018-09-20
Improve support for non-32-bit types. (#643)
Tim Foley
2018-07-31
Feature/attributed binding (#621)
jsmall-nvidia
2018-04-12
Preprocessor cleanups (#484)
Tim Foley
2017-11-04
fixed last couple warnings under release/x64 build.
Yong He
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-11
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-10
Make source location lightweight
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-08
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-06-29
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-28
Actually respect suffixes on numeric literals.
Tim Foley
2017-06-28
Rename literal tokens.
Tim Foley
2017-06-19
Bug fix for newline escaping.
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-13
Fixups for newline-escaping behavior.
Tim Foley
2017-06-12
Lexer: handle escaped newlines
Tim Foley
2017-06-09
Initial import of code.
Tim Foley