zig/src
2018-01-22 17:23:23 -05:00
..
all_types.hpp clean up error return tracing 2018-01-15 00:01:02 -05:00
analyze.cpp fix crash on union-enums with only 1 field 2018-01-22 17:23:23 -05:00
analyze.hpp *WIP* proof of concept error return traces 2018-01-12 02:12:11 -05:00
ast_render.cpp remove %% prefix operator 2018-01-09 00:51:51 -05:00
ast_render.hpp rewrite parseh to use AST instead of direct types 2017-09-02 04:11:23 -04:00
bigfloat.cpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
bigfloat.hpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
bigint.cpp More tests, and fixed none negative bigint xor 2018-01-17 14:31:47 +01:00
bigint.hpp ability to set tag values of enums 2017-12-02 22:32:39 -05:00
buffer.cpp the same string literal codegens to the same constant 2018-01-11 21:02:30 -05:00
buffer.hpp fix up msvc stuff to make it work on linux and macos too 2017-09-13 02:40:02 -04:00
c_tokenizer.cpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
c_tokenizer.hpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
codegen.cpp fix error return traces pointing to off-by-one source line 2018-01-17 00:22:53 -05:00
codegen.hpp rename "parsec" to "translate-c" 2017-11-24 14:56:05 -05:00
config.h.in update windows build to llvm 5.0.1 2018-01-04 22:46:26 -05:00
errmsg.cpp Fix the color of compiler messages for light-themed terminal. 2017-12-04 19:22:34 +09:00
errmsg.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
error.cpp fix build broken by previous commit 2017-11-29 23:09:35 -05:00
error.hpp fix build broken by previous commit 2017-11-29 23:09:35 -05:00
hash_map.hpp rewrite scope implementation 2016-12-01 21:08:12 -05:00
ir_print.cpp clean up error return tracing 2018-01-15 00:01:02 -05:00
ir_print.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
ir.cpp fix crash on union-enums with only 1 field 2018-01-22 17:23:23 -05:00
ir.hpp rewrite parseh to use AST instead of direct types 2017-09-02 04:11:23 -04:00
link.cpp Adding zen support 2018-01-07 04:43:08 -05:00
link.hpp
list.hpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
main.cpp all doc code examples are now tested 2018-01-19 03:21:47 -05:00
os.cpp remove unused function, fixes mingw build 2018-01-20 02:49:53 -05:00
os.hpp self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
parser.cpp remove %% prefix operator 2018-01-09 00:51:51 -05:00
parser.hpp fix up msvc stuff to make it work on linux and macos too 2017-09-13 02:40:02 -04:00
range_set.cpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
range_set.hpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
softfloat.hpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
target.cpp Darwin -> MacOSX, added Zen. See #438 2018-01-06 23:10:53 -05:00
target.hpp Darwin -> MacOSX, added Zen. See #438 2018-01-06 23:10:53 -05:00
tokenizer.cpp remove %% prefix operator 2018-01-09 00:51:51 -05:00
tokenizer.hpp remove %% prefix operator 2018-01-09 00:51:51 -05:00
translate_c.cpp translate_c can now translate if statements on integers and floats 2018-01-16 15:48:28 +01:00
translate_c.hpp rename "parsec" to "translate-c" 2017-11-24 14:56:05 -05:00
util.cpp support linking against MSVC libc 2017-10-01 21:05:08 -04:00
util.hpp self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
windows_com.hpp WIN32: Linking with the CRT at runtime. (#570) 2017-11-01 15:33:14 -04:00
zig_llvm.cpp disable NewGVN 2018-01-06 00:15:37 -05:00
zig_llvm.h self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00