summaryrefslogtreecommitdiffstats
path: root/source/slang/lexer.cpp
Commit message (Expand)AuthorAge
* fixed last couple warnings under release/x64 build.Yong He2017-11-04
* Add an explicit `Name` typeTim Foley2017-08-14
* Look up declaration keywords using ordinary scoping.Tim Foley2017-08-11
* Make source location lightweightTim Foley2017-08-10
* Major naming overhaul:Tim Foley2017-08-09
* Try to improve handling of failures during compilationTim Foley2017-07-19
* Fully parse function bodies, even in "rewriter" modeTim Foley2017-07-08
* Overhaul `RefPtr` and `String`Tim Foley2017-06-29
* Actually respect suffixes on numeric literals.Tim Foley2017-06-28
* Rename literal tokens.Tim Foley2017-06-28
* Bug fix for newline escaping.Tim Foley2017-06-19
* Rename `Slang::Compiler` -> `Slang`Tim Foley2017-06-15
* Fixups for newline-escaping behavior.Tim Foley2017-06-13
* Lexer: handle escaped newlinesTim Foley2017-06-12
* Initial import of code.Tim Foley2017-06-09