Skip to content

Commit

Permalink
Merge pull request #107 from firasuke/patch-1
Browse files Browse the repository at this point in the history
Fix typos in README.md
  • Loading branch information
laurenthuberdeau authored Oct 11, 2024
2 parents 00bcf82 + ae6a835 commit 063917e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 🥜 Pnut: A Self-Compiling C Transpiler Targeting Human-Readable POSIX Shell

Pnut compiles a reasonnably large subset of C99 to human-readable POSIX shell
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.

It's main uses are:
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 (See [reproducible builds](#reproducible-builds)).
Expand Down

0 comments on commit 063917e

Please sign in to comment.