Path to this page:
Next | Query returned 2 messages, browsing 1 to 10 | previous
CVS Commit History:
2024-07-30 15:59:59 by Amitai Schleier | Files touched by this commit (2) |
Log message:
pnut: fix staged installation. Reported by wiz@.
|
2024-07-24 13:48:59 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Add pnut: C compiler written in POSIX shell and generating POSIX shell scripts
Pnut compiles a reasonably large subset of C99 to human-readable POSIX
shell scripts. It can be used to generate portable shell scripts without
having to write shell.
Its main uses are:
- As a transpiler to write portable shell scripts in C
- As a way to bootstrap a compiler written in C with an executable
version that is still human readable
Main features:
- No new language to learn -- C code in, shell code out
- The human-readable shell script is easy to read and understand.
- A runtime library including file I/O and dynamic memory allocations
- A preprocessor
- Integrates easily with existing shell scripts
|
Next | Query returned 2 messages, browsing 1 to 10 | previous