Skip to content

V# v0.4.0

Choose a tag to compare

@funcieqDEV funcieqDEV released this 10 Feb 19:02
· 27 commits to main since this release
34249e6

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