Getting started
Installation
Build from source
Clone the repo.
And then change directory to it.
Our implementation is an all-in-one program, includes both compiler and runtime.
These commands below will produce an executable file named aup
.
# With GCC
Just replace g++ by clang++ to build with Clang.
# With Visual Studio
Requires: Visual Studio 2015+ and Windows SDK 7.1+
Open aup.sln with Visual Studio and press Build (on Release mode).
Pre-built executable
Currently, no pre-built binary is supported yet.
Hello world
Create a new file, e.g hello.aup
hello.aup
Just run it with aup
Last updated
Was this helpful?