Results 7 issues of Dave Gauer

Document some helpful tips and/or provide example scripts for converting VimWiki .wiki or Markdown .md syntax to AsciiDoc for use with VViki. Regex examples for converting links, headings, verbatim blocks,...

In cases such as Exercise 058, the current Zig compiler errors are downright misleading for newbies, which makes it way too frustrating to solve the expected issue. (Thanks to @alexgenaud...

Thanks to @unional for pointing out that the comment and code on Ex 047 do not match, which is super unfortunate. The comment shows an instance where we don't need...

Everyone agrees: the shorter exercises are better and the longer ones are worse. In particular, Quiz 7 (`058_quiz7.zig`) is too darn big! It really doesn't belong in Ziglings (though it...

As you can see in the README, we've moved Ziglings to Codeberg. The move is for ideological reasons. Since the only requirement for actually _using_ Ziglings is the ability to...

I got this one via email, so I'm putting it here so it's not forgotten: The second part of the exercise if (e.tail == null) ???; fits the exercise's top...

The original `ziglings` "driver" was a simple Bash script. Using the build system is _really_ cool because: 1. It's cross-platform. Wherever Zig runs, Ziglings runs. 2. It shows off the...