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.hpp
Age
Commit message (
Expand
)
Author
2016-01-02
closer to guess number example working
Andrew Kelley
2015-12-26
parse if maybe expression
Andrew Kelley
2015-12-24
add while loop
Andrew Kelley
2015-12-15
more number literal syntax is supported. floats still need work
Josh Wolfe
2015-12-15
tokenizer parses all number literal types
Josh Wolfe
2015-12-14
`const` and `var` instead of `let` and `let mut`
Andrew Kelley
2015-12-14
instead of *mut and *const, & and &const
Andrew Kelley
2015-12-12
tokenizing assignment operators
Josh Wolfe
2015-12-12
prepare codebase for struct and string support
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-09
fix typo
Josh Wolfe
2015-12-09
ability to call external variadic functions
Andrew Kelley
2015-12-07
getting started on array types
Josh Wolfe
2015-12-03
add bool literals
Josh Wolfe
2015-12-03
add labels and goto
Andrew Kelley
2015-12-02
parsing variable declaration
Josh Wolfe
2015-12-01
support if conditionals
Andrew Kelley
2015-12-01
implicit void statements and all tests pass with type checking
Josh Wolfe
2015-12-01
colored error messages that tell the source file
Andrew Kelley
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley
2015-11-29
add unary expression
Andrew Kelley
2015-11-29
parse and codegen for math expressions
Andrew Kelley
2015-11-27
add pub and export visibility modifiers and optimization
Andrew Kelley
2015-11-27
support C-style comments, plus nesting
Andrew Kelley
2015-11-24
support linker directives
Andrew Kelley
2015-11-24
debug information for functions
Andrew Kelley
2015-11-24
add unreachable expression
Andrew Kelley
2015-11-24
hello world IR code looks good
Andrew Kelley
2015-11-23
parsing hello.zig example with recursive descent
Andrew Kelley
2015-11-07
parser generator supports a simple OR
Andrew Kelley
2015-11-06
parser generator supports sub rules
Andrew Kelley
2015-11-04
progress toward more complex parser gen
Andrew Kelley
2015-11-03
parser generator beginnings
Andrew Kelley