aboutsummaryrefslogtreecommitdiff
path: root/src/c_tokenizer.cpp
AgeCommit message (Collapse)Author
2019-12-29use self hosted translate-c for cimportsVexu
2019-05-09fix translate-c regressionAndrew Kelley
introduced in eb65410b624d3aa8c56e7f2d2e68502030f8e981
2019-05-09translate-c: enough C tokenization/parsing to handle shifting in macrosAndrew Kelley
See #2451
2019-03-10translate-c: add support for integer suffixes on 0 (zero) litteral inside ↵Sahnvour
macro definitions
2017-12-07translate-c: refactor prefix and suffix op C macro parsingAndrew Kelley
2017-11-28translate-c: detect macros referencing field lookupAndrew Kelley
as fn calls which assert the fn ptr is non-null
2017-11-27Added support for exporting of C field expressionsdimenus
2017-11-03Add support for windows line endings with c macrosdimenus
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