Uva is an interpreted object-oriented multi-purpose programming language
If you want to run examples, try:
uva examples/minimal.uva
This file has the content:
puts("Hello from minimal!");
The result is:
Hello from minimal!
Environment | Build |
---|---|
Ubuntu 22.04 | |
Ubuntu 20.04 | |
Windows Server 2022 |
On Linux or Windows Developer Command Prompt
git clone https://github.com/andrey-moura/uva
git clone https://github.com/andrey-moura/uva-lang
cd uva-lang
cmake -B build .
cmake --build build --config Release --parallel
After building, run as sudo on Linux or with an Administrator Command Prompt on Windows
cmake --install build