Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-09 | add ex 55 unions | Dave Gauer | |
2021-03-07 | "Multi pointers" are now "many pointers" | Dave Gauer | |
TypeInfo.Pointer.Size says "many", so there we are! | |||
2021-03-06 | add ex54 multipointers | Dave Gauer | |
2021-03-06 | add ex53 slices2 | Dave Gauer | |
2021-03-06 | add ex52 slices | Dave Gauer | |
2021-03-06 | POSIX shell fixes | Dave Gauer | |
2021-03-05 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | |
2021-03-05 | Add ex51 values | Dave Gauer | |
2021-03-02 | Cleaned up some extraneous whitespace characters | Joseph T Lyons | |
2021-03-01 | patches: make interpreter compat and make work if not in PATH | jacob gw | |
2021-02-28 | Add ex 50 'no values' (help further address #25) | Dave Gauer | |
2021-02-28 | Added quiz 6 (and the trumpeting sounds grow louder) | Dave Gauer | |
2021-02-28 | Added ex 48, additional comment on 46 | Dave Gauer | |
2021-02-28 | Change default elephant tail to null (#25) | Dave Gauer | |
It was confusing to see tail... = undefined in the struct definition and then if (tail == null) later in the exercise - it appears that the mismatch would be the issue - but that's distracting from the real issue: making the value optional! Changing the initial value to null is still correct, but won't distract. The only worry now is that the user will remember the undefined definition from the previous exercise and wonder if that has to be that way...but you can't win them all! | |||
2021-02-27 | Add ex 47: methods | Dave Gauer | |
2021-02-16 | Added ex. 46 optionals 2 - elephants! | Dave Gauer | |
2021-02-15 | Add remaining patch files | Will Clardy | |
2021-02-14 | Patches to patches to clean up patches | Dave Gauer | |
2021-02-14 | Added testing ability | Dave Gauer | |
For the full details, see patches/README.md :-) | |||
2021-02-14 | Added ex 45 optionals | Dave Gauer | |
(And secretly added the patches/ dir. Don't tell anybody!) |