Warning
Outdated README.md file. Please refer to CVast++ Documentation or the Conventions file for the most up-to-date information.
Note
To refer to CVast, please refer to the CVast++ Documentation file.
Vast is a programming language that is syntactically similar to python.
It is an interpreted and statically (dynamic typing implementation comming to CVast later this year) typed programming language.
Vast (as of currently) has 21 keywords, but as development continues, this number may be subject to change.
Make sure to install vivt to ensure Vast works properly
Here is an example on a simple Vast program:
- File Extension:
.vast
print("Hello, World!")
To download Vast, use the following command:
git clone https://github.com/Silicon27/VastChange directory to the Vast folder:
cd VastThen, run the interpret.py file either from your terminal or code editor:
Linux
python3 interpret.pyWindows
python interpret.pyYou can also edit the config.xvast file that comes preinstalled. This is the file that control the configuration of your Vast interpreter.