Skip to content

Releases: vulpin-lang/Vulpin

V0.8🦊

V0.8🦊 Pre-release
Pre-release

Choose a tag to compare

@Bat-Script Bat-Script released this 19 Jul 14:48
2bedacb

Vulpin Banner

What's New?

  • Added Rust modules support
  • Made Output Clear
  • Made Easier installation for Linux Users
  • New Readme
  • Made faster

And more! ...

V0.7.5🦊

Choose a tag to compare

@Bat-Script Bat-Script released this 10 Jul 07:51
9643534

What's up!

  • Bin folder fixed to run programs easier instead of giving DIR to run
  • Cargo.toml Made better for packaging

Description Changed to this:

[package]
name = "Vulpin App"
version = "0.1.1"
edition = "2026"

V0.7🦊

Choose a tag to compare

@Bat-Script Bat-Script released this 09 Jul 14:30
857dab4

Vulpin needed a friend and it found! A crab🦀!
CRAB NAME IS RUST🦀 BUT IT DOESN'T FORGETS PYTHON🐍!

🦀🦊🐍

What's Changed?

  • Faster Speed
  • re-build Vulpin
  • Added command of ^ but ! still alive too :)
  • Bugs Fixed

and...

V0.6🦊

Choose a tag to compare

@Bat-Script Bat-Script released this 22 Jun 17:00
57904e6

What's New?

  • Enjoy with cleaner code
  • Enjoy with faster speed
  • Enjoy with better vulbuild
    • Vulbuild code converter optimized for app size
  • Some of the un-usable like [LAB VUL BENCH TEST] is removed!

and...

V0.5🦊

Choose a tag to compare

@Bat-Script Bat-Script released this 21 Jun 18:34
b6a5228

Most of changes comes from here!

  • statements are compiled once into Stmt objects
  • expressions are parsed once and cached
  • execution uses a dispatch table instead of repeated regex-heavy branching
  • function bodies are compiled once too
  • exec is still used only for ! Python blocks, because that feature is literally executing Python
  • Fixed Bugs

And a concrete benchmark from this environment for the built in 10000 iteration test:

  • time: 0.021500s
  • peak memory: 0.00 MiB reported by tracemalloc for that tiny program
image

Added command's of:

python vulpin_opt.py app.vul
python vulpin_opt.py --selftest
python vulpin_opt.py --bench 10000

V0.4🦊

V0.4🦊 Pre-release
Pre-release

Choose a tag to compare

@Bat-Script Bat-Script released this 04 Jun 05:34
3b0a874
  • Fixed Bug of [DIR] of VulBuild
  • Now you can build your app easier!

V0.3.5🦊

V0.3.5🦊 Pre-release
Pre-release

Choose a tag to compare

@Bat-Script Bat-Script released this 04 Jun 04:41
d5699f8
  • Removed annoying stuff from VulBuild

V0.3🦊

V0.3🦊 Pre-release
Pre-release

Choose a tag to compare

@Bat-Script Bat-Script released this 04 Jun 04:38
26d6d31

Some of the changes

  • Easier Vulpin instillation on Linux and etc...
  • Fixed Bugs of VulBuild [Module Freeze, etc..]
  • Updated VulBuild
    • Now you can convert your apps to linux[BETA],windows native, apk[BETA] apps!
    • Optimized VulBuild
      And...

V0.2🦊

V0.2🦊 Pre-release
Pre-release

Choose a tag to compare

@Bat-Script Bat-Script released this 03 Jun 06:44
4d20d39

What's new? 🎉

  • Added App Build option's! Now you can convert .vul to application's! EXE and more!
  • Optimized Vulpin
  • Remove unusable code's

Turn your programs to fox🦊 Huh? Forget about it😆

V0.1🦊

V0.1🦊 Pre-release
Pre-release

Choose a tag to compare

@Bat-Script Bat-Script released this 02 Jun 18:49
b3b937f
Update vulpin.py