Updating website files, building slidescript binary database

master
Pentium44 2022-05-20 02:32:05 -07:00
parent 2326810ed7
commit 942cf57f2d
2 changed files with 10 additions and 8 deletions

Binary file not shown.

View File

@ -41,12 +41,15 @@
<li>Built-in calculation functions w/ floating decimal</li>
<li>Built-in networking functions for machine to machine file toss</li>
<li>Built-in micro web server, because why not? :)</li>
<li>[WIP] Built-in tar &amp; compression algorithm based on local
LZ77 projects (proof-of-concept)</li>
<li>PATH variable functionality for use as a shell</li>
<li>Commands processed at CLI or in-script will look for
local executables after going through built-in functions.</li>
<li>[WIP] compression algorithm based on local
LZ78 projects (proof-of-concept)</li>
</ul>
<br />
As of being just shy of 8,000 lines of C, with this much functionality,
As of being shy of 6,000 lines of C, with this much functionality,
my goal is to bring SlideScript up to par as a functioning language
and Shell implementation along the way! Flexibility, power, and
lightweight is what we strive for in the future development of
@ -57,12 +60,11 @@
<h3>Get SlideScript:</h3>
<p>
Windows: <a href="download/slidescript-v0.7.2-win32.zip">slidescript-v0.7.2-win32.zip</a><br />
Linux (64 bit): <a href="download/slidescript-v0.7.2-lin64.zip">slidescript-v0.7.2-lin64.zip</a><br />
Android (arm64): <a href="download/slidescript-v0.7.2-arm64.zip">slidescript-v0.7.2-arm64.zip</a><br />
SlideScript is available as source on
<a href="https://notabug.org/Pentium44/slidescript">NotABug</a>. In
due time, I will start compiling binaries for SlideScript for a range
of operating systems from *Nix 32/64 bit, Windows, OSX, Android (Termux),
and more! But due to rapidly changing in features, and bugfixes, its
just too unstable and... well... outdated after a week or two :D
<a href="https://notabug.org/Pentium44/slidescript">NotABug</a>.
<pre><code>
git clone https://notabug.org/Pentium44/slidescript
</code></pre><br />