diff options
author | Tobias Christiansen <tobyase@serenityos.org> | 2022-03-24 15:41:48 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-25 22:49:06 +0100 |
commit | acdb0860b1469a0d8f7cb464c97850abbacd7330 (patch) | |
tree | 0dddbfb4055a561d5afe50835f084f5959673a94 /Ports/AvailablePorts.md | |
parent | 7ab62ecd16fe7bb86676d9d56a66d919e48cf685 (diff) | |
download | serenity-acdb0860b1469a0d8f7cb464c97850abbacd7330.zip |
Ports: Add cfunge
This adds the `cfunge` Befunge interpreter. An interpreter for the
esoteric programming language Befunge written in C.
Diffstat (limited to 'Ports/AvailablePorts.md')
-rw-r--r-- | Ports/AvailablePorts.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 4c4843525f..845b65bd36 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -25,6 +25,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`cmake`](cmake/) | CMake | 3.22.1 | https://cmake.org/ | | [`cmatrix`](cmatrix/) | cmatrix | 3112b12 | https://github.com/abishekvashok/cmatrix | | [`composer`](composer/) | Composer | 2.1.3 | https://getcomposer.org/ | +| [`cfunge`](cfunge/) | cfunge | 2bc4fb2 | https://github.com/VorpalBlade/cfunge/ | | [`curl`](curl/) | curl | 7.82.0 | https://curl.se/ | | [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash | | [`dialog`](dialog/) | Dialog | 1.3-20210324 | https://invisible-island.net/dialog/ | |