Closed laurenthuberdeau closed 3 months ago
I recommend reviewing this PR commit by commit.
NICE_ERR_MSG
#include_shell
posix-utils.sh
set -u
make install
pnut
pnut.sh
And a few bug fixes:
let
endlet
putchar
I recommend reviewing this PR commit by commit.
Changes
NICE_ERR_MSG
option is activated.#include_shell
directive to allow the inclusion of shell scripts with scripts generated by pnut-sh.posix-utils.sh
to be included using#include_shell
.set -u
option.make install
command to installpnut
andpnut.sh
.And a few bug fixes:
let
andendlet
are no longer included if local variables are not used.putchar
calls.