Skip to content

Commit

Permalink
Recompile book with changes from #95
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropark99 committed Nov 24, 2024
1 parent e9afae4 commit a0532a5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
8 changes: 5 additions & 3 deletions _freeze/Chapters/03-structs/execute-results/html.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion docs/Chapters/03-structs.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,12 @@ <h4 data-number="2.1.2.4" class="anchored" data-anchor-id="labeled-switch-statem
<span id="cb10-6"><a href="#cb10-6" aria-hidden="true" tabindex="-1"></a> <span class="dv">2</span> =&gt; <span class="kw">continue</span> :xsw <span class="dv">3</span>,</span>
<span id="cb10-7"><a href="#cb10-7" aria-hidden="true" tabindex="-1"></a> <span class="dv">3</span> =&gt; <span class="kw">return</span>,</span>
<span id="cb10-8"><a href="#cb10-8" aria-hidden="true" tabindex="-1"></a> <span class="dv">4</span> =&gt; <span class="op">{}</span>,</span>
<span id="cb10-9"><a href="#cb10-9" aria-hidden="true" tabindex="-1"></a><span class="op">}</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span id="cb10-9"><a href="#cb10-9" aria-hidden="true" tabindex="-1"></a> <span class="kw">else</span> =&gt; <span class="op">{</span></span>
<span id="cb10-10"><a href="#cb10-10" aria-hidden="true" tabindex="-1"></a> <span class="kw">try</span> stdout.print(</span>
<span id="cb10-11"><a href="#cb10-11" aria-hidden="true" tabindex="-1"></a> <span class="st">"Unmatched case, value: {d}</span><span class="sc">\n</span><span class="st">"</span>, .<span class="op">{</span><span class="bu">@as</span>(<span class="dt">u8</span>, <span class="dv">1</span>)<span class="op">}</span></span>
<span id="cb10-12"><a href="#cb10-12" aria-hidden="true" tabindex="-1"></a> );</span>
<span id="cb10-13"><a href="#cb10-13" aria-hidden="true" tabindex="-1"></a> <span class="op">}</span>,</span>
<span id="cb10-14"><a href="#cb10-14" aria-hidden="true" tabindex="-1"></a><span class="op">}</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
</section>
</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<meta name="author" content="Pedro Duarte Faria">
<meta name="dcterms.date" content="2024-11-17">
<meta name="dcterms.date" content="2024-11-24">

<title>Introduction to Zig</title>
<style>
Expand Down Expand Up @@ -287,7 +287,7 @@ <h1 class="title">Introduction to Zig</h1>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">November 17, 2024</p>
<p class="date">November 24, 2024</p>
</div>
</div>

Expand Down
Loading

0 comments on commit a0532a5

Please # to comment.