Releases: funcieqDEV/VSharp
Releases · funcieqDEV/VSharp
V# 0.4.1LTS
Package manager
vlb install name
how to use installed libraries?
use "name" as name //it can be named however you want
name.myFunc()
V# v0.4.0
in this version of V# a lot has really changed, first of all some bugs have been fixed.
Fixed bugs:
new statements
General changes
- better CLI
- multiline comments
- switch statement
- until statement
- unary operators
- new module -> algo
- deleted module -> File
- deleted module -> Http
Module changes
renaming:
- Convert renamed -> conv
- Array renamed -> array
- Error renamed -> error
- Json renamed -> json
- Math renamed -> math
- String renamed -> str
- Time renamed -> time
+algo:
- +sieveOfEratosthenes
- +KMPSearch
- +computeLPS
- +rabinKarpSearch
- +ZFunction
- +buildSuffixArray
- +levenshteinDistance
sys:
- +exit
- +setColor
- +setBackgroundColor
- +setForegroundColor
- +strToColor
- +execute
File:
- <>all File method moved to io module
io:
- WriteLines
v0.3.5
- many new methods in stdlib!
- .dll support
set
is now only optional- fix bug preventing creation of float variables
- Optimization
- making V# cli more intuitive
Full Changelog: v0.3.0...v0.3.5
v0.3.0
new methods is standard library, import statement, naming changes, boolean variables, bug fixies, performence optimalizaton and much more!!
0.2.1 - V# realse
Update Program.cs
V# version 0.1.32!
in this version the bug in if
has been fixed
and the order of mathematical operations has been added,
language optimization has also been increased
V# version 0.1.3!
Update README.md