Skip to content

Releases: OpenVoxelStudios/DPScript

Release list

v0.2.0

Choose a tag to compare

@RedstoneWizard08 RedstoneWizard08 released this 10 Oct 23:47
7520c6e

v0.2.0 - The Great Rewrite

I rewrote the entire thing! New tokenizer, lexer, IR (🎉!) and so much more!
Some things are still broken, and the standard library is very incomplete, but it's usable!
To use the standard library you'll need to download it by cloning the repo, and you can use the example in the example/ directory to get yourself started.

I hope you enjoy!

Note: Language server is in the works, but it's not even close to complete. The extension in this release is just syntax highlighting.
Note 2: MacOS builds were failing in CI. I'll try to fix them, but for now, just build them yourself.

v0.1.0

Choose a tag to compare

@RedstoneWizard08 RedstoneWizard08 released this 03 May 22:19

[v0.1.0] - 2024-05-03

The first release! Still many issues & bugs, but it's here!