aboutsummaryrefslogtreecommitdiff
path: root/src/util.hpp
AgeCommit message (Expand)Author
2018-02-08error sets - most tests passingAndrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-11-01WIN32: Linking with the CRT at runtime. (#570)Dimenus
2017-09-20parsec: cleaner shifting code for fixed size typesAndrew Kelley
2017-09-13Fixed a couple compilation errors for MSVC 64-bit (#475)Jonathan Marler
2017-09-13fix up msvc stuff to make it work on linux and macos tooAndrew Kelley
2017-09-11Add support for MSVCJonathan Marler
2017-02-21correct size of types for packed structsAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-04-22parseh: support anonymous enums and enums with initializersAndrew Kelley
2015-12-14add number literal typeAndrew Kelley
2015-12-07getting started on array typesJosh Wolfe
2015-12-01add test for bad importAndrew Kelley
2015-11-27add tests for compile errorsAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-23parsing hello.zig example with recursive descentAndrew Kelley
2015-11-07parser generator supports a simple ORAndrew Kelley
2015-11-03parser generator beginningsAndrew Kelley
2015-08-05preprocessor runs onceAndrew Kelley
2015-08-05tokenizeAndrew Kelley
2015-08-05read a fileAndrew Kelley