Skip to content

0.1.15

Compare
Choose a tag to compare
@medvednikov medvednikov released this 16 Jul 21:40
· 17373 commits to master since this release
  • gg module Windows support, V Tetris runs on Windows.

  • glad and cJSON are now compiled only once, this makes compilation of programs using gg and `json
    a bit faster.

  • v.c has been cleaned up and minimized (~16k => ~10k lines of code).

  • type aliases can now have methods.

  • Const overflow check during compilation (byte(1000) will no longer compile)

  • FreeBSD, OpenBSD, NetBSD, DragonFly support.

  • Hot code reloading now works with graphical applications: bounce.v

  • VROOT was removed, the installation process is now much simpler.

  • defer statement.

  • map.v was re-written. It's now much faster.

  • for key, val in map syntax.

  • flag module for parsing command line arguments.

  • zip module.

  • crypto/sha1 module.

  • Submodules and module aliases (import encoding.base64 as b64).