Skip to content

Releases: funcieqDEV/VSharp

V# 0.4.1LTS

11 Feb 17:44
90c8e72
Compare
Choose a tag to compare

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

10 Feb 19:02
34249e6
Compare
Choose a tag to compare

in this version of V# a lot has really changed, first of all some bugs have been fixed.

Fixed bugs:

  • unary operators now works
    image
  • () in expression also now works
    image

new statements

  • until
    image
  • switch
    image

General changes

  • better CLI
  • multiline comments
    image
  • 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

01 Nov 18:21
52753d1
Compare
Choose a tag to compare
  • 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
    image
    image

Full Changelog: v0.3.0...v0.3.5

v0.3.0

12 Oct 13:41
0d9b526
Compare
Choose a tag to compare

new methods is standard library, import statement, naming changes, boolean variables, bug fixies, performence optimalizaton and much more!!

0.2.1 - V# realse

26 Sep 07:59
59f5c52
Compare
Choose a tag to compare
Update Program.cs

V# version 0.1.32!

07 Sep 13:22
8d80319
Compare
Choose a tag to compare

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!

06 Sep 18:42
87dd057
Compare
Choose a tag to compare
Update README.md