v0.0.1-pre-alpha
·
559 commits
to master
since this release
Wave Execution Guide (Version 0.0.1-pre-alpha)
To run Wave, follow the steps below:
- 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.
- Set Environment Variables:
- Add the folder path containing
wave.exe
to your environment variables.- On Windows, open "System Properties" and go to "Advanced System Settings."
- Click the "Environment Variables" button, then select the
Path
variable under "System variables" and click "Edit." - Add the path to the folder containing
wave.exe
. Example path:C:\path\to\wave\folder
- 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 | 🇰🇷