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
/
tokenizer.cpp
Age
Commit message (
Expand
)
Author
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-04-13
typedefpocalypse
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-12
fix tokenization assertion failure on some float numbers
Andrew Kelley
2017-02-03
implement packed structs
Andrew Kelley
2017-02-02
add try expression
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2017-01-16
get rid of zeroes literal
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-06
build: add missing static in tokenizer
Andrew Kelley
2016-08-29
tokenizer: add missing return statement on float overflow
Andrew Kelley
2016-08-08
add zeroes value
Andrew Kelley
2016-08-04
implement multiline C string syntax
Andrew Kelley
2016-08-04
new multiline string syntax
Andrew Kelley
2016-07-27
remove multiline comments
Andrew Kelley
2016-07-27
explicit wrapping integer operations
Andrew Kelley
2016-07-09
fix tokenizing string symbols with hex characters in them
Andrew Kelley
2016-05-01
implement string escapes
Andrew Kelley
2016-04-28
add array multiplication operator
Andrew Kelley
2016-04-24
fix ability to parse character literals
Andrew Kelley
2016-04-24
add skeleton for union support
Andrew Kelley
2016-04-22
add syntax to allow symbols to have arbitrary strings as names
Andrew Kelley
2016-04-08
fix parsing of hex literal 0xb
Josh Wolfe
2016-04-03
add multiline string literal
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-05
parsing code for defer and more
Andrew Kelley
2016-02-01
inline is a keyword instead of a directive
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-29
parseh defines can reference other defines
Andrew Kelley
2016-01-29
parseh understands simple character literal macro
Andrew Kelley
2016-01-28
fix incorrect loading of files over 8192 bytes
Andrew Kelley
2016-01-28
parseh recognizes C enums
Andrew Kelley
2016-01-26
add c_import top level decl
Andrew Kelley
2016-01-25
implement compile time string concatenation
Andrew Kelley
2016-01-25
implement %% operator
Andrew Kelley
2016-01-24
introduce the error keyword and type
Andrew Kelley
2016-01-22
add undefined reserved word
Andrew Kelley
2016-01-20
parsing error value decls and error value literals
Andrew Kelley
2016-01-19
add switch statement support to parser
Andrew Kelley
2016-01-18
add for loop which can iterate over arrays
Andrew Kelley
2016-01-15
rename "use" to "import"
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-13
fix noalias codegen
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-10
parsing enum declarations
Andrew Kelley
[next]