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
/
stage1
/
tokenizer.cpp
Age
Commit message (
Expand
)
Author
2021-09-28
sat-arithmetic: correctly tokenize <<|, <<|=
Travis Staloch
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-05-31
stage1: disallow 1.e9 and 0x1.p9 as float literals
Isaac Freund
2021-05-28
stage1: memoize strings in the AST
Andrew Kelley
2021-05-28
stage1: get test-compile-errors passing again
Andrew Kelley
2021-05-28
stage1: tokenizer: backport recent stage2 changes
Andrew Kelley
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley
2021-02-24
Avoid concept of a "Unicode character" in documentation and error messages (#...
Josh Wolfe
2020-12-26
remove '||=' from stage1
g-w1
2020-10-30
remove extra space in .** error message
Travis
2020-10-29
add missing case for TokenizeStateSawDotStar at eof
Travis
2020-10-29
don't allow a token starting with an asterisk directly following .*
Travis
2020-10-06
Add opaque type syntax
Tadeo Kondrak
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley