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-self-hosted
/
c_tokenizer.zig
Age
Commit message (
Expand
)
Author
2020-02-02
use std.c.tokenizer in translate-c
Vexu
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2020-01-04
Fix edge case in hex-literal translation
LemonBoy
2020-01-02
Fix edge case in C tokenizer
LemonBoy
2019-12-29
update c_tokenzier tests to new api
Vexu
2019-12-29
Cleanup c_tokenizer.zig tests
frmdstryr
2019-12-29
Add macro ops
frmdstryr
2019-12-28
translate-c-2 improve macro errors
Vexu
2019-12-28
translate-c-2 macro conditional operator
Vexu
2019-12-22
translate-c-2 various fixes
Vexu
2019-12-20
translate-c-2 fix macro regression
Vexu
2019-12-20
translate-c-2 final small fixes
Vexu
2019-12-20
translate-c-2 improve macro escape sequences
Vexu
2019-12-18
translate-c-2 array access
Vexu
2019-12-18
translate-c-2 member access
Vexu
2019-12-16
translate-c-2 variable aliasing
Vexu
2019-12-16
c tokenizer escape sequences
Vexu
2019-12-15
translate-c-2 macro functions
Vexu
2019-12-15
translate-c-2 macro cast
Vexu
2019-12-15
translate-c-2 macros
Vexu
2019-12-15
translate-c-2 c tokenizer
Vexu