Skip to content

v0.0.7-pre-alpha

Latest
Compare
Choose a tag to compare
@LunaStev LunaStev released this 03 Feb 06:25
· 38 commits to master since this release
d6b1538

Wave Execution Guide (Version 0.0.7-pre-alpha)

Welcome to Wave v0.0.7-pre-alpha! This release is a fixed version of the bug in v0.0.6-pre-alpha related to AST.


New Features in v0.0.7-pre-alpha

  1. This release included in the parameters and fixed 2 bugs in the body. However, I got a bug where the variables in the body appear in the parameters.

Thank you for using Wave! Stay tuned for future updates and enhancements.


Installation Guide

For Windows:

  1. Download and Extract:

    • Download the wave-v0.0.7-pre-alpha-windows.zip file from the official source.
    • Extract the contents to your preferred location (e.g., C:\wave).
  2. Set Environment Variables:

    • Add the folder containing wave.exe to your environment variables:
      1. Open "System Properties" and go to "Advanced System Settings."
      2. Click the "Environment Variables" button.
      3. Under "System variables," select the Path variable and click "Edit."
      4. Add the path to the folder containing wave.exe. For example: C:\wave
  3. Verify Installation:

    • Open a terminal and type:
      wave --version
    • If the version number displays, the installation was successful.

For Linux:

  1. Download and Extract:

    • Download the wave-v0.0.7-pre-alpha-linux.tar.gz file from the official source.
    • Extract the archive:
      sudo tar -xvzf wave-v0.0.7-pre-alpha-linux.tar.gz -C /opt
  2. Set Environment Variables:

    • Add the Wave binary to your PATH by editing your shell configuration file (e.g., ~/.bashrc or ~/.zshrc):
      export PATH=$PATH:/opt
    • Apply the changes:
      source ~/.bashrc
  3. Verify Installation:

    • Open a terminal and type:
      wave --version
    • If the version number displays, the installation was successful.

Contributor

@LunaStev | 🇰🇷