Skip to content

Commit

Permalink
[www] add a link pointing to the github repository
Browse files Browse the repository at this point in the history
  • Loading branch information
isuckatcs committed Jul 28, 2024
1 parent ccd6945 commit 5372513
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ <h1>How to Compile Your Language</h1>
<p>
This guide is intended to be a practical introduction to how
to design <i>your language</i> and implement a modern
compiler for it.
compiler for it. The source code of the compiler is
available on
<a
href="https://github.com/isuckatcs/how-to-compile-your-language"
target="_blank"
>GitHub</a
>.
</p>
<p>
When designing a language it helps if there is an idea what
Expand Down

0 comments on commit 5372513

Please sign in to comment.