Screw markdown README
This commit is contained in:
parent
4edc8c032f
commit
2745dbb1ce
@ -1,18 +1,21 @@
|
||||
SlideScript
|
||||
===
|
||||
A simple, user friendly scripting language.
|
||||
=====
|
||||
======
|
||||
=== SlideScript
|
||||
======
|
||||
A simple, user friendly scripting language for the average person. SS is meant to
|
||||
be simple, and work as its documented as. SlideScript is a bin tool to say the
|
||||
least and is a helpful *nix userland tool in the CLI
|
||||
|
||||
Using SlideScript
|
||||
-----
|
||||
Compiling
|
||||
-----
|
||||
* Compile SS using the make command.
|
||||
* Install SS using make install.
|
||||
* Modify test.ss to learn the basics of SS.
|
||||
* Run ./test.ss to execute the script.
|
||||
|
||||
|
||||
***NOTE: if compiling on OSX/BSD, please uncomment #define BSD in src/config.h***
|
||||
|
||||
-----
|
||||
Documentation
|
||||
-----
|
||||
Here is a list of functions and features that SlideScript comes with
|
||||
@ -71,6 +74,7 @@ net-listen.ss -> displays slidescript's raw listen socket
|
||||
net-toss.ss -> displays the 'client side' networking function.
|
||||
|
||||
|
||||
-----
|
||||
Todo list
|
||||
-----
|
||||
|
||||
@ -82,6 +86,7 @@ This section will obviously expand and adapt to the direction of the language. T
|
||||
* More networking function flexibility
|
||||
* File pull / file push functionality
|
||||
|
||||
-----
|
||||
Done
|
||||
-----
|
||||
|
||||
@ -97,7 +102,7 @@ List of finished features, in a rough summary.
|
||||
* Shebang handling
|
||||
* Variable support
|
||||
|
||||
|
||||
-----
|
||||
Changelog
|
||||
-----
|
||||
|
||||
@ -138,8 +143,8 @@ by V1.0.0 release! From there it will be molding and preserving the art.
|
||||
* Added variable handling with a buffer size of 2KB per variable, and cap of 2048 variables.
|
||||
* Now operates under the shebang!
|
||||
|
||||
-----
|
||||
Contributions
|
||||
-----
|
||||
Robert (OldCoder) Kiraly -> shebang support and string manipulations
|
||||
|
||||
(C) Copyright 2014-2021 Chris Dorman, some rights reserved (GPLv2)
|
Loading…
x
Reference in New Issue
Block a user