index
:
ziglings
main
Learning zig by fixing tiny broken programs https://github.com/ratfactor/ziglings
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.zig
Age
Commit message (
Expand
)
Author
2021-04-10
added ex064 builtins
Dave Gauer
2021-04-10
Added ex063 labels
Dave Gauer
2021-04-09
added ex062 loop expressions
Dave Gauer
2021-04-09
added ex061 coercions
Dave Gauer
2021-04-09
Added ex060 floats
Dave Gauer
2021-04-08
added 059
Dave Gauer
2021-04-04
Normalized exercise output, answers (#41)
Dave Gauer
2021-04-04
Added epic ex058 - quiz 7
Dave Gauer
2021-03-16
removed dupe ex 057 from build script
Dave Gauer
2021-03-12
"999 is enough for anybody" triple-zero padding (#18)
Dave Gauer
2021-03-10
add ex 57 unions 3
Dave Gauer
2021-03-09
add ex56 for real
Dave Gauer
2021-03-09
add ex 55 unions
Dave Gauer
2021-03-07
"Multi pointers" are now "many pointers"
Dave Gauer
2021-03-06
add ex54 multipointers (for real)
Dave Gauer
2021-03-06
add ex53 slices2
Dave Gauer
2021-03-06
add ex52 slices
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-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-27
Add ex 47: methods
Dave Gauer
2021-02-16
Added ex. 46 optionals 2 - elephants!
Dave Gauer
2021-02-16
Exit rather than return upon version failure (#14)
Dave Gauer
2021-02-15
Second attempt of the second attempt (#14)
Dave Gauer
2021-02-15
Second attempt at explaining the minimum build (#14)
Dave Gauer
2021-02-14
Attempt to make the version error and README clearer (#14)
Dave Gauer
2021-02-14
Added testing ability
Dave Gauer
2021-02-14
Make "check and halt" the default for zig build NN (#15)
Dave Gauer
2021-02-14
Added ex 45 optionals
Dave Gauer
2021-02-13
Emit correct output as green text indicating passed.
Dave Gauer
2021-02-11
Use a zig build script to run ziglings
Martin Wickham
[prev]