/PLSc

PL/Stupid Compiler: Reference implementation

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

PL/Stupid Compiler

GitHub Codecov GitHub Workflow Status (with event)

Building

Prerequisites:

Mandatories:

  • a C compiler (gcc, clang, msvc....)
  • GNU Make
  • Git

Optionals:

  • Inno Setup (:window: only)
  • Python (:test_tube:)

On UNIX-like OSes:

$ make
$ make check # if you want to run unit tests

and then as root:

# make install

On NT-like OSes:

Install deps:

> winget import -i .\win32\winget-deps.json --accept-package-agreements

Building:

> make