Pao is a WIP abstract interpreter for QBE intermediate language.
Pao is written in Zig and targets its latest minor release.
To build and install the abstract interpreter to $prefix
, run:
zig build -Drelease-safe --prefix $prefix install
Pao is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.