Skip to content

Commit

Permalink
deploy: 6975e7f
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed May 13, 2024
1 parent 33ccf64 commit ac6a38e
Show file tree
Hide file tree
Showing 156 changed files with 156 additions and 156 deletions.
2 changes: 1 addition & 1 deletion nightly/book/01_introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h2 id="productivity"><a class="header" href="#productivity">Productivity</a></h
<script src="highlight.js"></script>
<script src="book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/02_features.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ <h2 id="visibility-control"><a class="header" href="#visibility-control">Visibil
<script src="highlight.js"></script>
<script src="book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/03_getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h1 id="getting-started"><a class="header" href="#getting-started">Getting Start
<script src="highlight.js"></script>
<script src="book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/03_getting_started/01_installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h3 id="other-editors"><a class="header" href="#other-editors">Other Editors</a>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/03_getting_started/02_hello_world.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ <h2 id="build-code"><a class="header" href="#build-code">Build Code</a></h2>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/04_code_examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h1 id="code-examples"><a class="header" href="#code-examples">Code Examples</a>
<script src="highlight.js"></script>
<script src="book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/04_code_examples/01_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ <h1 id="module"><a class="header" href="#module">Module</a></h1>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/04_code_examples/02_instantiation.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ <h1 id="instantiation"><a class="header" href="#instantiation">Instantiation</a>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/04_code_examples/03_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h1 id="interface"><a class="header" href="#interface">Interface</a></h1>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/04_code_examples/04_package.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h1 id="package"><a class="header" href="#package">Package</a></h1>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/05_language_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h1 id="language-reference"><a class="header" href="#language-reference">Languag
<script src="highlight.js"></script>
<script src="book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h1 id="source-code-structure"><a class="header" href="#source-code-structure">S
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ <h2 id="string"><a class="header" href="#string">String</a></h2>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h1 id="operator"><a class="header" href="#operator">Operator</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ <h2 id="floating-point"><a class="header" href="#floating-point">Floating point<
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h1 id="array-literal"><a class="header" href="#array-literal">Array Literal</a>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/05_language_reference/03_data_type.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h1 id="data-type"><a class="header" href="#data-type">Data Type</a></h1>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ <h2 id="type-type"><a class="header" href="#type-type">Type type</a></h2>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <h2 id="typedef"><a class="header" href="#typedef">Typedef</a></h2>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ <h1 id="array"><a class="header" href="#array">Array</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ <h1 id="clock--reset"><a class="header" href="#clock--reset">Clock / Reset</a></
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/05_language_reference/04_expression.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h1 id="expression"><a class="header" href="#expression">Expression</a></h1>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h1 id="operator-precedence"><a class="header" href="#operator-precedence">Opera
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h1 id="function-call"><a class="header" href="#function-call">Function Call</a>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h1 id="concatenation"><a class="header" href="#concatenation">Concatenation</a>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h1 id="if"><a class="header" href="#if">If</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ <h1 id="case"><a class="header" href="#case">Case</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h1 id="bit-select"><a class="header" href="#bit-select">Bit Select</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h1 id="range"><a class="header" href="#range">Range</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h1 id="msb--lsb"><a class="header" href="#msb--lsb">Msb / Lsb</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h1 id="inside--outside"><a class="header" href="#inside--outside">Inside / Outs
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/05_language_reference/05_statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h1 id="statement"><a class="header" href="#statement">Statement</a></h1>
<script src="../highlight.js"></script>
<script src="../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h1 id="assignment"><a class="header" href="#assignment">Assignment</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h1 id="function-call"><a class="header" href="#function-call">Function Call</a>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
2 changes: 1 addition & 1 deletion nightly/book/05_language_reference/05_statement/03_if.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h1 id="if"><a class="header" href="#if">If</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ <h1 id="case"><a class="header" href="#case">Case</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h1 id="for"><a class="header" href="#for">For</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h1 id="return"><a class="header" href="#return">Return</a></h1>
<script src="../../highlight.js"></script>
<script src="../../book.js"></script>
<script type="module">
import init, {build, format} from "https://doc.veryl-lang.org/playground/pkg/veryl_wasm.js";
import init, {build, format} from "https://doc.veryl-lang.org/nightly/playground/pkg/veryl_wasm.js";
init().then(() => {});
window.build = build;
</script>
Expand Down
Loading

0 comments on commit ac6a38e

Please sign in to comment.