Skip to content

v0.0.1-pre-alpha

Compare
Choose a tag to compare
@LunaStev LunaStev released this 14 Jan 12:48
· 559 commits to master since this release
0cb803e

Wave Execution Guide (Version 0.0.1-pre-alpha)

To run Wave, follow the steps below:

  1. Extract and Install Wave:
  • Download the wave-windows.zip file and extract it to either the C drive or D drive.
  • After extracting, navigate to the folder containing the wave.exe file.
  1. Set Environment Variables:
  • Add the folder path containing wave.exe to your environment variables.
    1. On Windows, open "System Properties" and go to "Advanced System Settings."
    2. Click the "Environment Variables" button, then select the Path variable under "System variables" and click "Edit."
    3. Add the path to the folder containing wave.exe. Example path: C:\path\to\wave\folder
  1. Run Wave:
  • Open the terminal and navigate to the folder containing your .wave file.
  • Enter the following command to run your program:
wave main.wave
  • main.wave is the Wave source code file you wish to run.

Now you can execute Wave programs with the wave main.wave command. This version (0.0.1-pre-alpha) also supports simple token and AST (Abstract Syntax Tree) outputs.


Contributor

@LunaStev | 🇰🇷