Skip to content

Releases: AdithyaGithubRepos/CSHELL-ShellLanguage

V..0.0.5 Fixed

V..0.0.5 Fixed Pre-release
Pre-release

Choose a tag to compare

@AdithyaGithubRepos AdithyaGithubRepos released this 22 Jun 09:17

Previously, windows defender recognized the installer binary as a SEVERE threat because it had absolutely no signature, sign.. and so on.

And it was trying to WRITE multiple files and folders which windows will NOT allow on unknown software like this.

i'll just include the cshell executables again.


Code changes:
Loops are confirmed to not work, so from v006 i'll be making a cshell a bit more advanced from now on. Also,
I'll try to make the out.c file look a little bit nicer than before.

V. 0.0.2

V. 0.0.2 Pre-release
Pre-release

Choose a tag to compare

@AdithyaGithubRepos AdithyaGithubRepos released this 21 Jun 09:54

V. 0.0.2 update log==

Added a bit of functionality for the "speak" command. not working as of now, but a new keyword has been released, being:

  1. compile_keep_c
    This function allows you to compile your cshell and keep the out.c file, which would otherwise be removed by just typing "compile".

Also included cshell bare, with absolutely nothing about arguments. Useful for testing.
Note: The binary is NOT an installer! just make a folder anywhere and slap the .exe in there, and set the path as an environment variable.
That's it!

V. 0.0.3

V. 0.0.3 Pre-release
Pre-release

Choose a tag to compare

@AdithyaGithubRepos AdithyaGithubRepos released this 21 Jun 11:28

Fixed "speak' and added "operation" function.

The operation function allows you to perform an operation on 2 numbers ONLY. it WILL CAUSE ERRORS if used 2 times.

V.0.0.4

V.0.0.4 Pre-release
Pre-release

Choose a tag to compare

@AdithyaGithubRepos AdithyaGithubRepos released this 21 Jun 14:15

Added loops! Very minimal as of now.

Fixed operations, and speak.

Just found out that c file looks REALLY ugly when written... Sorry!