1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 18:07:47 +00:00

Ports: Add a citron port

This disables the GC, so the REPL doesn't run, but basic programs do
work.
This commit is contained in:
Ali Mohammad Pur 2022-02-11 18:56:00 +03:30 committed by Andreas Kling
parent ae68d1f865
commit 44cf3ac60f
21 changed files with 1096 additions and 0 deletions

View file

@ -18,6 +18,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`ccache`](ccache/) | ccache | 4.5.1 | https://ccache.dev/ |
| [`c-ray`](c-ray/) | C-Ray | c094d64 | https://github.com/vkoskiv/c-ray |
| [`chester`](chester/) | Chester Gameboy Emulator | | https://github.com/veikkos/chester |
| [`citron`](citron/) | Citron Programming Language | 0.0.9.3 | https://github.com/alimpfard/citron |
| [`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/ |