summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/CppLexer.h
AgeCommit message (Expand)Author
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-10-26HackStudio: Assorted improvements to C++ highlightingAndreas Kling
2019-10-25HackStudio: Teach the C++ lexer about most C++ keywordsAndreas Kling
2019-10-25HackStudio: Make CppTokens have (line,column) positionsAndreas Kling
2019-10-25HackStudio: Start building a C++ lexer to help with syntax highlightingAndreas Kling