The Wayback Machine - https://web.archive.org/web/20210630174415/https://github.com/Sobeston/ziglearn
Skip to content
master
Switch branches/tags
Code

Latest commit

A user thought they needed to mark their Zig wrapper function as `callconv(.C)` because they were calling into C from Zig. This meant they couldn't use error unions and it got confusing.
1f76e30

Git stats

Files

Permalink
Failed to load latest commit information.

ziglearn

Repo for https://ziglearn.org content. Feedback and PRs welcome.

How to run the tests

  1. zig run test-out.zig
  2. zig test do_tests.zig