Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@jleben jleben released this 10 Dec 07:30
· 62 commits to master since this release

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 the bin dir to the PATH environment variable.
  • If you wish arrp to generate executables, either set the environment variable ARRP_HOME to the unzipped folder, or add the include subfolder to the CPATH environment variable.