zig/doc
Andrew Kelley 4b3f18de3c printf var args proof of concept
See #167

Need to troubleshoot when we send 2 slices to printf. It goes
into an infinite loop.

This commit introduces 4 builtin functions:

 * `@isInteger`
 * `@isFloat`
 * `@canImplictCast`
 * `@typeName`
2017-01-24 02:02:48 -05:00
..
vim use comptime instead of inline for var and params 2017-01-22 19:51:37 -05:00
codegen.md implement ?return expression 2016-08-29 22:14:09 -07:00
langref.md printf var args proof of concept 2017-01-24 02:02:48 -05:00
semantic_analysis.md rewrite how importing works 2016-03-01 03:13:40 -07:00
style.md progress toward stack trace printing 2016-08-17 20:11:04 -07:00
targets.md rewrite how importing works 2016-03-01 03:13:40 -07:00