Skip to content

Commit

Permalink
parser optimizer doc
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-mattei committed Jan 7, 2024
1 parent 93b34ae commit 744d11e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<p style="text-align: center;"><br>
</p>
<h1 style="text-align: center;"><b><span style="color: #000099;">Scheme+</span></b><b><span
style="color: #999999;"> <font size="+2">version 7.2 for Guile Scheme<br>
style="color: #999999;"> <font size="+2">version 7.3 for Guile Scheme<br>
</font></span></b></h1>
<p style="text-align: center;">
Display options for viewing this documentation:<br>
Expand Down
18 changes: 16 additions & 2 deletions Scheme+.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 style=" text-align: center;">Damien Mattei<br>
<p style="text-align: center;"><br>
</p>
<h1 style="text-align: center;"><b><span style="color: #000099;">Scheme+</span></b><b><span
style="color: #999999;"> <font size="+2">version 7.2 for Guile Scheme<br>
style="color: #999999;"> <font size="+2">version 7.3 for Guile Scheme<br>
</font></span></b></h1>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><br>
Expand Down Expand Up @@ -500,7 +500,21 @@ <h2><u>1. Scheme+ at a glance:&nbsp;</u></h2>
3

</pre>
<p>for the rest read below and the documentation.</p>

<br>
<br>Programs now needs to be parsed due to the use of optimization
schemes, for parsing do:

<pre>

curly-infix2prefix4guile.scm --infix-optimize --infix-optimize-slice
your_scheme_file_in_scheme+.scm > your_scheme_file_in_scheme.scm

</pre>

<p>for the rest read the documentation below and the online examples.</p>
<br>

<br>
<h2>2.<u>Download Scheme+:</u></h2>
<p>The source code of <b>Scheme+ </b> for <a href="https://www.gnu.org/software/guile/"
Expand Down
17 changes: 15 additions & 2 deletions Scheme+io.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2 style=" text-align: center;">Damien Mattei<br>
no room for doubts must have no room for thoughts either."</i> -<a href="https://www.ics.uci.edu/%7Epattis/" target="_blank">R. Patti</a></p>
<p style="text-align: center;"><br>
</p>
<h1 style="text-align: center;"><b><span style="color: #000099;">Scheme+</span></b><b><span style="color: #999999;"> <font size="+2">version 7.2 for Guile Scheme<br>
<h1 style="text-align: center;"><b><span style="color: #000099;">Scheme+</span></b><b><span style="color: #999999;"> <font size="+2">version 7.3 for Guile Scheme<br>
</font></span></b></h1>
<p style="text-align: center;">
Display options for viewing this documentation:<br><br>
Expand Down Expand Up @@ -494,8 +494,21 @@ <h2><u>1. Scheme+ at a glance:&nbsp;</u></h2>
3

</pre>
<p>for the rest read below and the documentation.</p>

<br>
<br>Programs now needs to be parsed due to the use of optimization
schemes, for parsing do:

<pre>

curly-infix2prefix4guile.scm --infix-optimize --infix-optimize-slice
your_scheme_file_in_scheme+.scm > your_scheme_file_in_scheme.scm

</pre>

<p>for the rest read the documentation below and the online examples.</p>
<br>
<br>
<h2>2.<u>Download Scheme+:</u></h2>
<p>The source code of <b>Scheme+ </b> for <a href="https://www.gnu.org/software/guile/" target="_blank">Guile implementation of Scheme</a> can be retrieved
here: </p>
Expand Down

0 comments on commit 744d11e

Please sign in to comment.