110 Commits (6b17a188936d489e2777e541c84112b2609532d5)

Author SHA1 Message Date
Manlio Perillo 6b17a18893 Ensure the exercises use the canonical format
Add the check-exercises.py tool in the new tools directory.  It is used
to check that the exercises are correctly formatted, printing on stderr
the invalid ones and the diff in the unified format.

Update the exercises that don't use the canonical zig fmt format.

Update some patches that cause the generated zig file to be incorrectly
formatted.
1 year ago
Chris Boesch 9f48d84ac8 added the second exercise for bit manipulation 1 year ago
Chris Boesch 299418c314 added first exercise for bit manipulation 1 year ago
Chris Boesch b16cd86906 function made more elegant 1 year ago
Sean Aubin be87134397 change empty init to '???' placeholder 2 years ago
Sean Aubin 484822a8da rename memory allocation 095 -> 096 2 years ago
Sean Aubin a218425ee5 add 095_memory_allocation.patch 2 years ago
Chris Boesch 101151f3f1 exercise for new for-loops 2 years ago
Chris Boesch e7326dc5f9 dev.1711 - switched to multi-object-for-loops 2 years ago
Chris Boesch 1d10a062e2 check for dev1650 and some minor polish 2 years ago
Chris Boesch 84f4b4a9c7 small improvements in hello_c 2 years ago
Chris Boesch 23f2cc88d2 added C math exercise 2 years ago
Chris Boesch bb95625477 try 'write' that works on mac, but I didn't know if it works on windows 2 years ago
Chris Boesch dce731a0ec Merge branch 'main' into hello_c 2 years ago
Chris Boesch 9693860bc0 inserted a workaround for mac-os, see https://github.com/ziglang/zig/issues/14657#issuecomment-1432180967 2 years ago
Dave Gauer 662086cb89 Added story/explanation to new ex. 092 2 years ago
Chris Boesch 4cf3bd63a2 added the first C exercise 2 years ago
Chris Boesch beaa89fdf5 inserted a failure and created a patch 2 years ago
Chris Boesch bb4b321b0c created an empty patch for testing until the exercise is finished 2 years ago
Chris Boesch 0616cc4303 try to fix mac error 2 years ago
Chris Boesch 9d9dc1dacf changed 'the_end' to '999_the_end' 2 years ago
Chris Boesch 007f4d655b the_end function added 2 years ago
Chris Boesch 171e2b693c fixed patches 2 years ago
James LeBlanc b69a297e32 corrected @bitReverse for only 1 arg, instead of 2 args 2 years ago
Dave Gauer 1691b22c1b Ex 080: Strip filename from @typeName output to address #130 2 years ago
Dave Gauer 4eaef5fae4 Ex 065: improve hints, fix type printing change. For #120 and #128 2 years ago
Dave Gauer dee6a96ddf Correct conventional Zig reference vs value passing re #89 2 years ago
Dave Gauer 18c761d85d Merge branch 'heatray' 2 years ago
Dave Gauer c3c610acf0 Update ex 047 comment and patch 2 years ago
Dave Gauer 635be056a0 Massage ex 064 patch 2 years ago
DerTee daf0a99f94 064_builtins: clarify @addWithOverflow explanation
There were misunderstandings concerning
overflowing operations and overflowed variables.
Hopefully it's clearer now.
2 years ago
Dave Gauer f6d1b36be2 Manually cleaned up patches/patches for issue #73
Patches cleaned and fixed by hand as proof of my devotion. <3
3 years ago
Dave Gauer 49ce260748 Added ex91 - closing in on async! 3 years ago
Dave Gauer 4c7eebbbfc Removed confusing explanation from 076 3 years ago
Dave Gauer 0ba79fe869 Updated for dev pre-release build v0.9.0-dev.1343
A change in the "build" library imports and some cleanup in the
patches.
3 years ago
Dave Gauer f9a1956d88 no unusued vars 3 years ago
Dave Gauer c7b00fd83c No unused locals 3 years ago
Dave Gauer 76287cad45 no unused method params 3 years ago
Dave Gauer 290ba908ec methods NOT namespaced like i expected 3 years ago
Dave Gauer 843fd65882 unused consts now errors 3 years ago
Dave Gauer 34af14ca7b add ex090 async 7 3 years ago
Dave Gauer 9209879d73 Re-sync patches with current changes 3 years ago
Dave Gauer de322fab46 New usize explanation 008, etc. 3 years ago
Dave Gauer e47dccf245 Add ex089 Async 6 3 years ago
jacob gw 433202d429 change `suspend;` to `suspend {}` 3 years ago
Dave Gauer 110e556ae1 add ex088 async 5 await 3 years ago
Dave Gauer be279c78f5 add ex087 async 4 3 years ago
Dave Gauer 3e5647d88c add ex086 async 3 3 years ago
Dave Gauer 54c048b0a0 add ex085 async 2 3 years ago
Dave Gauer 3b08761532 add ex084 async 3 years ago