Skip to content

Commit

Permalink
Deployed 87e4a1a with MkDocs version: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-zakeri committed Jan 2, 2024
1 parent 76c27e6 commit d8641bd
Show file tree
Hide file tree
Showing 62 changed files with 7,796 additions and 191 deletions.
1 change: 1 addition & 0 deletions language_applications/assignment_statement2main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2937,6 +2937,7 @@ <h2 id="language_apps.assignment_statement_v2.assignment_statement2main.main" cl
<span class="c1"># Step 5: Create parse tree</span>
<span class="n">parse_tree</span> <span class="o">=</span> <span class="n">parser</span><span class="o">.</span><span class="n">start</span><span class="p">()</span>


<span class="c1"># Step 6: Create an instance of AssignmentStListener</span>
<span class="n">code_generator_listener</span> <span class="o">=</span> <span class="n">ThreeAddressCodeGeneratorListener</span><span class="p">()</span>
<span class="c1"># code_generator_listener = ThreeAddressCodeGenerator2Listener()</span>
Expand Down
32 changes: 30 additions & 2 deletions lectures/00_Introduction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,20 @@
Compiled Code VS Interpreted Code
</a>

</li>

<li class="md-nav__item">
<a href="#compiled-code" class="md-nav__link">
Compiled Code:
</a>

</li>

<li class="md-nav__item">
<a href="#interpreted-code" class="md-nav__link">
Interpreted Code:
</a>

</li>

</ul>
Expand Down Expand Up @@ -1017,6 +1031,20 @@
Compiled Code VS Interpreted Code
</a>

</li>

<li class="md-nav__item">
<a href="#compiled-code" class="md-nav__link">
Compiled Code:
</a>

</li>

<li class="md-nav__item">
<a href="#interpreted-code" class="md-nav__link">
Interpreted Code:
</a>

</li>

</ul>
Expand Down Expand Up @@ -1095,7 +1123,7 @@ <h2 id="what-is-compiler">What is Compiler?</h2>
</li>
</ul>
<h3 id="compiled-code-vs-interpreted-code">Compiled Code VS Interpreted Code</h3>
<h1 id="_1"><center><img src="pictures/compiler-vs-interpreter.jpg" width="1000"/></h1>
<p><img src="../pictures/compiler-vs-interpreter.jpg" width="700" class="center"/></p>
<p>Compiled code and interpreted code represent two different approaches to executing computer programs. Here are the key differences between them:</p>
<h3 id="compiled-code">Compiled Code:</h3>
<ol>
Expand Down Expand Up @@ -1150,7 +1178,7 @@ <h3 id="interpreted-code">Interpreted Code:</h3>
<blockquote>
<p>in summary, A compiler translates a programming language (source language) into executable code (target language)</p>
</blockquote>
<h1 id="_2"><center><img src="pictures/what-is-Compiler.JPG" width="700"/></h1>
<p><img src="../pictures/what-is-Compiler.JPG" width="700" class="center"/></p>



Expand Down
Loading

0 comments on commit d8641bd

Please sign in to comment.