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
/
parser.hpp
Age
Commit message (
Expand
)
Author
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-03-29
fix examples and rename std.rand.Rand to std.rand.Random
Andrew Kelley
2018-03-07
Ast Render no longer outputs erroneous semicolon
Jimmi Holst Christensen
2017-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-01
c-to-zig: return statement
Andrew Kelley
2016-11-17
remove AST cloning code and add AST render for while loops
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-04-07
support multiple generic function instances
Andrew Kelley
2016-04-06
support simple generic functions
Andrew Kelley
2016-01-22
implicit casts rewrite the AST
Andrew Kelley
2016-01-21
number literal rework
Andrew Kelley
2016-01-14
fix next_node_index on wrong struct
Andrew Kelley
2016-01-10
refactor out the horrible beast that was codegen_node
Andrew Kelley
2016-01-10
parsing enum declarations
Andrew Kelley
2016-01-09
order-independent declarations
Andrew Kelley
2016-01-09
implement pub const
Andrew Kelley
2016-01-08
rename `restrict` to `noalias`
Andrew Kelley
2016-01-08
suport checked arithmetic operations via intrinsics
Andrew Kelley
2016-01-08
add restrict qualifier on pointer arguments
Andrew Kelley
2016-01-07
implement array slicing syntax
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
2016-01-06
support pub structs. move rand to std lib.
Andrew Kelley
2016-01-05
array syntax is [10]i32 instead of [i32; 10]
Andrew Kelley
2016-01-04
progress toward compile time constant expression evaluation
Andrew Kelley
2016-01-04
add pointer dereferencing operator
Andrew Kelley
2016-01-04
add member functions
Andrew Kelley
2016-01-03
implement #sizeof()
Andrew Kelley
2016-01-03
add #typeof() compiler function
Andrew Kelley
2016-01-02
closer to guess number example working
Andrew Kelley
2015-12-31
block expressions require parens
Andrew Kelley
2015-12-26
parse if maybe expression
Andrew Kelley
2015-12-24
implement continue expression
Andrew Kelley
2015-12-24
add break expression
Andrew Kelley
2015-12-24
add while loop
Andrew Kelley
2015-12-24
add struct value expression
Andrew Kelley
2015-12-15
fix assignment operators for struct fields
Andrew Kelley
2015-12-15
more number literal syntax is supported. floats still need work
Josh Wolfe
2015-12-15
support inline assembly expressions with return type
Andrew Kelley
2015-12-14
add number literal type
Andrew Kelley
2015-12-12
parsing assignment operators
Josh Wolfe
2015-12-12
prepare codebase for struct and string support
Andrew Kelley
2015-12-11
hello world working without libc
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-09
ability to call external variadic functions
Andrew Kelley
2015-12-08
add array access syntax
Andrew Kelley
2015-12-07
getting started on array types
Josh Wolfe
2015-12-06
add mutable local variables
Andrew Kelley
2015-12-03
add bool literals
Josh Wolfe
[next]