Push to V0.7.2

master
Pentium44 2022-05-18 12:07:27 -07:00
parent 213a2ff451
commit 41b42ac76c
3 changed files with 12 additions and 9 deletions

View File

@ -2,13 +2,13 @@
# (C) Copyright 2014-2022 Chris Dorman, some rights reserved (GPLv2)
# Some changes and tweaks from Menchers
VERSION = \"0.7.1\"
VERSION = \"0.7.2\"
VERSION_EXTRA = \"$(EXTRA)\"
PREFIX ?= /usr
#CC ?= musl-gcc
CC ?= gcc-9
CC ?= gcc
#CC ?= tcc
#CC ?= musl-tcc
CFLAGS += -O3 -g -Wall -Wextra

View File

@ -2,7 +2,7 @@
# (C) Copyright 2014-2022 Chris Dorman, some rights reserved (GPLv2)
# Some changes and tweaks from Menchers
VERSION = \"0.7.1\"
VERSION = \"0.7.2\"
VERSION_EXTRA = \"$(EXTRA)\"
PREFIX ?= /usr

View File

@ -117,14 +117,10 @@ Todo list
This section will obviously expand and adapt to the direction of the language. This is going to change rapidly.
* Add in-script functions
* Add script including
* More networking function flexibility
* File pull / file push functionality (via network sockets)
* Micro text editor
* IRC server, bot, and client built in
* Web server additions (pulled from chttpd)
* PATH variable support for use as a shell in some cases
* IRC server, bot, and client built in <--- in progress, will be possible with network functions
* Probably more stuff!
-----
Done
@ -144,6 +140,8 @@ List of finished features, in a rough summary.
* Shebang handling
* Variable support
* If, ifn, loop, and comp statements
* PATH variable support for use as a shell in some cases
* Web server additions (pulled from chttpd)
-----
Changelog
@ -151,6 +149,11 @@ Changelog
Changes between version bumps in SlideScript. Hoping to have a lightweight top-down scripting language
by V1.0.0 release! From there it will be molding and preserving the art.
* V0.7.2
* Bug fixes
* Integrated PATH variables into slidescript for the sake of a useable shell
* Allow for external programs to be ran from slidescript if no functions found (shell)
* V0.7.1
* Removed tar sources from SlideScript, does it need to create tar packages. (You can use system utils)
* Reworked compress / decompress for single file operations. Great for resources FOR slidescript (assets)