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.cpp
Age
Commit message (
Expand
)
Author
2016-02-11
fix undefined LONG_LONG_MAX compilation error
Serge Paquet
2016-02-06
rhs of ?? and %% can be any expression
Andrew Kelley
2016-02-06
parser recognizes %return in a prefix op expression
Andrew Kelley
2016-02-06
simple unconditional defer support
Andrew Kelley
2016-02-05
parsing code for defer and more
Andrew Kelley
2016-02-05
update for loop syntax
Andrew Kelley
2016-02-04
switch statements resolve peer compatibility
Andrew Kelley
2016-02-01
inline is a keyword instead of a directive
Andrew Kelley
2016-02-01
add ?? prefix operator
Andrew Kelley
2016-01-31
parser: fix parsing of type decls
Andrew Kelley
2016-01-31
codegen extern global variables correctly
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-28
ability to specify function type
Andrew Kelley
2016-01-28
parser: allow missing fn name and missing param names
Andrew Kelley
2016-01-27
move AST rendering code to separate file
Andrew Kelley
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2016-01-26
add c_import top level decl
Andrew Kelley
2016-01-26
different extern syntax and simplify parsing top level decls
Andrew Kelley
2016-01-25
implement compile time string concatenation
Andrew Kelley
2016-01-25
syntax: back to -> for return type, no more =>
Andrew Kelley
2016-01-25
implement %% prefix operator
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 literal
Andrew Kelley
2016-01-22
implicit casts rewrite the AST
Andrew Kelley
2016-01-21
number literal rework
Andrew Kelley
2016-01-20
parsing error value decls and error value literals
Andrew Kelley
2016-01-20
basic support for switch expression
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
parser: fix not setting container init kind
Andrew Kelley
2016-01-15
rename "use" to "import"
Andrew Kelley
2016-01-15
reduce precedence of {} suffix operator
Andrew Kelley
2016-01-14
fix next_node_index on wrong struct
Andrew Kelley
2016-01-14
parser: type expressions cannot be assignment
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
delete unused enumfield and enumdecl node types
Andrew Kelley
2016-01-10
update enum parsing to new plan
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
[next]