aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
AgeCommit message (Collapse)Author
2021-07-21another fixAirbus5717
2021-07-21fix fmtAirbus5717
2021-07-21added newline print to make output look nicerAirbus5717
2021-06-14add ex090 async 7Dave Gauer
2021-06-14Update version for real :-)Dave Gauer
2021-06-14Updated to master build 0.9.0-dev.137Dave Gauer
2021-05-27Add ex089 Async 6Dave Gauer
2021-05-13add ex088 async 5 awaitDave Gauer
2021-05-12add ex087 async 4Dave Gauer
2021-05-12add ex086 async 3Dave Gauer
2021-05-12add ex085 async 2Dave Gauer
2021-05-12add ex084 asyncDave Gauer
2021-05-09add ex083 anon listsDave Gauer
2021-05-09add ex082 anon structs 3Dave Gauer
2021-05-09add ex081 anon structs 2Dave Gauer
2021-05-09add ex080 anonymous structs 1Dave Gauer
2021-05-09Add ex079 quoted identifiersDave Gauer
2021-05-08Fix 076, add 077,078 sentinels and many-item pointersDave Gauer
2021-05-06add ex076 sentinelsDave Gauer
2021-04-30Added ex075 Quiz 8Dave Gauer
2021-04-26add ex073 comptime 8Dave Gauer
2021-04-24fixed hint typoDave Gauer
2021-04-24add 072 comptime 7Dave Gauer
2021-04-23make global required version in build scriptDave Gauer
2021-04-22add 071 comptime 6 inline forDave Gauer
2021-04-21add ex070 comptime 5Dave Gauer
2021-04-21add ex069 comptime 4Dave Gauer
2021-04-18add ex068 comptime 3Dave Gauer
2021-04-15add ex067 comptime TWODave Gauer
2021-04-14Added type reflection to 066Dave Gauer
2021-04-13Add ex066, the first comptime explanationDave Gauer
2021-04-11add ex065 builtins2Dave Gauer
2021-04-10added ex064 builtinsDave Gauer
2021-04-10Added ex063 labelsDave Gauer
2021-04-09added ex062 loop expressionsDave Gauer
2021-04-09added ex061 coercionsDave Gauer
2021-04-09Added ex060 floatsDave Gauer
2021-04-08added 059Dave Gauer
2021-04-04Normalized exercise output, answers (#41)Dave Gauer
1. All exercises should print a trailing \n 2. The build script should always show you _exactly_ what it's looking for when you get it wrong. Therefore, .output should be set to the exact expected output.
2021-04-04Added epic ex058 - quiz 7Dave Gauer
2021-03-16removed dupe ex 057 from build scriptDave Gauer
2021-03-12"999 is enough for anybody" triple-zero padding (#18)Dave Gauer
When I hit 999 exercises, I will finally have reached the ultimate state of soteriological release and no more exercises will be needed. The cycle will be complete. All that will be left is perfect quietude, freedom, and highest happiness.
2021-03-10add ex 57 unions 3Dave Gauer
2021-03-09add ex56 for realDave Gauer
2021-03-09add ex 55 unionsDave Gauer
2021-03-07"Multi pointers" are now "many pointers"Dave Gauer
TypeInfo.Pointer.Size says "many", so there we are!
2021-03-06add ex54 multipointers (for real)Dave Gauer
2021-03-06add ex53 slices2Dave Gauer
2021-03-06add ex52 slicesDave Gauer
2021-03-05Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer