The source code of the SysY runtime library.
Run the following command lines:
git clone https://github.com/pku-minic/sysy-runtime-lib.git
cd sysy-runtime-lib
make
# or `make NO_LIBC=1`
The output (libsysy.a
) will be generated in directory build
.
Copyright (C) 2022-2024 MaxXing. License GPLv3.