aboutsummaryrefslogtreecommitdiff
path: root/src/c_tokenizer.cpp
AgeCommit message (Collapse)Author
2017-09-10c macros: support hex chars (#459)jean-dao
* c macros: remove add_char redundancies * c macros: support hex chars * c macros: add test for hex chars
2017-09-10support parens in C macrosAndrew Kelley
closes #454
2017-06-16parseh: fix not recognizing integer suffixes on hex numbersAndrew Kelley
2017-04-10fix some -Wconversion errorsAndrew Kelley
2016-07-09parseh: support octal in C macro string literalAndrew Kelley
2016-04-21better parsing of C macrosAndrew Kelley
See #88