Introduction to Wave v0.1.3-pre-beta: Syntax tweaks, bug fixes, and enhanced type and import handling.
· 2 min read
Hello! I'm LunaStev, the developer of Wave.
We are pleased to announce Wave v0.1.3-pre-beta —
We changed the function parameter syntax from semicolons to commas, fixed LLVM IR generation for arrays of pointers and index access, and allowed parameters to have multiple types. We also fixed bugs related to parameter parsing and if
statements, improved inline assembly support for negative values, and restructured the import
system.
PR and Commits
- [#197]Change function parameter syntax from semicolon to comma (issue #196)
- [#198]Fix incorrect LLVM IR generation for array of pointers and IndexAccess dereferencing (issue #198)
- [#201]Parameters can have multiple types
- [#204]Param bug fix
- [#206]Handling Inline Assembly Negative Values (issue #205)
- [#208]Troubleshooting if statement bugs in paser
- [#210]Cambiar la estructura de import
Showcase
The showcase is available at Wave-Test.
Thank you for using Wave! Stay tuned for future updates and enhancements.
Installation Guide
-
Download:
- Download to Curl.
curl -fsSL https://wave-lang.dev/install.sh | bash -s -- --version v0.1.3-pre-beta
- Download to Curl.
-
Verify Installation:
- Open a terminal and type:
wavec --version
- If the version number displays, the installation was successful.
- Open a terminal and type:
Contributor
@LunaStev | 🇰🇷