Skip to content

Commit

Permalink
Deployed 70ea610 with MkDocs version: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cuprumbot committed Aug 27, 2024
1 parent 4a730b9 commit bceada5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions projs/proj03/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ <h2 id="9-observaciones">9. Observaciones<a class="headerlink" href="#9-observac
</ul>
<h2 id="10-autograder">10. Autograder<a class="headerlink" href="#10-autograder" title="Permanent link">&para;</a></h2>
<p>Ustedes deberían de descargar el siguiente script en el mismo directorio donde tienen sus archivos de la tercera fase, y volverlo ejecutable:</p>
<div class="codehilite"><pre><span></span>wget https://raw.githubusercontent.com/CC-4/cc-4.github.io/master/projects/grading/pa3-grading.pl
<div class="codehilite"><pre><span></span>wget https://raw.githubusercontent.com/CC-4/cc-4.github.io/master/assets/scripts/pa3-grading.pl
chmod +x pa3-grading.pl
</pre></div>

Expand All @@ -820,7 +820,7 @@ <h2 id="10-autograder">10. Autograder<a class="headerlink" href="#10-autograder"

<p>Esto califica su parser utilizando el analizador léxico de coolc. </p>
<p>Si ustedes quieren probar su parser utilizando su fase 1 y 2 descarguen el siguiente archivo, y vuélvanlo ejecutable:</p>
<div class="codehilite"><pre><span></span>wget https://raw.githubusercontent.com/CC-4/cc-4.github.io/master/projects/grading/pa3-grading-all.sh
<div class="codehilite"><pre><span></span>wget https://raw.githubusercontent.com/CC-4/cc-4.github.io/master/assets/scripts/pa3-grading-all.sh
chmod +x pa3-grading-all.sh
</pre></div>

Expand All @@ -830,10 +830,9 @@ <h2 id="10-autograder">10. Autograder<a class="headerlink" href="#10-autograder"

<h2 id="referencias">Referencias<a class="headerlink" href="#referencias" title="Permanent link">&para;</a></h2>
<ol>
<li><a href="http://web.stanford.edu/class/cs143/javadoc/cool_ast/">The Tree Package</a> - Javadoc del paquete Tree.</li>
<li><a href="https://web.stanford.edu/class/archive/cs/cs143/cs143.1112/javadoc/cool_ast/index.html">The Tree Package</a> - Javadoc del paquete Tree.</li>
<li><a href="http://web.stanford.edu/class/cs143/materials/cool-manual.pdf">The Cool Reference Manual</a> - Manual de COOL.</li>
<li><a href="http://web.stanford.edu/class/cs143/materials/cool-tour.pdf">Tour of the Cool Support Code</a> - Manual del Código de Soporte de COOL.</li>
<li><a href="http://web.stanford.edu/class/cs143/materials/SPIM_Manual.pdf">SPIM Manual</a> - Manual de SPIM.</li>
</ol>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit bceada5

Please sign in to comment.