Changes since 1.0.0 Beta 1
- When generating executable, support passing arbitrary C++ compiler options.
- Generated executable: Fixed crash at end of program when using buffered output to file.
- Generated executable: Support buffered binary I/O for bool type.
Installation
Please find packages attached as assets to this GitHub release.
Debian package:
-
Depending on your Linux setup, double-clicking may open a graphical installer.
-
Alternatively, the following command installs the package using
dpkg
:dpkg -i package_name.deb
Mac OS ZIP archive:
- Unzip the archive.
- The compiler executable is at
bin/arrp
in the unzipped folder. Optionally, add thebin
dir to thePATH
environment variable. - If you wish
arrp
to generate executables, either set the environment variableARRP_HOME
to the unzipped folder, or add theinclude
subfolder to theCPATH
environment variable.