index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c_tokenizer.cpp
Age
Commit message (
Collapse
)
Author
2019-12-29
use self hosted translate-c for cimports
Vexu
2019-05-09
fix translate-c regression
Andrew Kelley
introduced in eb65410b624d3aa8c56e7f2d2e68502030f8e981
2019-05-09
translate-c: enough C tokenization/parsing to handle shifting in macros
Andrew Kelley
See #2451
2019-03-10
translate-c: add support for integer suffixes on 0 (zero) litteral inside ↵
Sahnvour
macro definitions
2017-12-07
translate-c: refactor prefix and suffix op C macro parsing
Andrew Kelley
2017-11-28
translate-c: detect macros referencing field lookup
Andrew Kelley
as fn calls which assert the fn ptr is non-null
2017-11-27
Added support for exporting of C field expressions
dimenus
2017-11-03
Add support for windows line endings with c macros
dimenus
2017-09-10
c 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-10
support parens in C macros
Andrew Kelley
closes #454
2017-06-16
parseh: fix not recognizing integer suffixes on hex numbers
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2016-07-09
parseh: support octal in C macro string literal
Andrew Kelley
2016-04-21
better parsing of C macros
Andrew Kelley
See #88