[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72494] [PATCH 0/1] Add C3
From: |
Ashvith Shetty |
Subject: |
[bug#72494] [PATCH 0/1] Add C3 |
Date: |
Tue, 6 Aug 2024 16:32:20 +0530 |
This patch series adds C3, which is a programming language that builds on the
syntax and semantics of the C language, with the goal of evolving it while
still retaining familiarity for C programmers.
Tests have been disabled, as I was not able to figure out on how to make it
work, but I would appreciate it, if anyone is willing to improve this patch
series.
Ashvith Shetty (1):
gnu: Add C3 1.6.1.
gnu/packages/c3.scm | 59 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 gnu/packages/c3.scm
base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
--
2.45.2
- [bug#72494] [PATCH 0/1] Add C3,
Ashvith Shetty <=
- [bug#72494] [PATCH 1/1] gnu: Add C3 1.6.1., Ashvith Shetty, 2024/08/06
- [bug#72494] [PATCH 0/1] Add C3, Adam Faiz, 2024/08/06
- [bug#72494] [PATCH v1] gnu: Add C3 1.6.1., Ashvith Shetty, 2024/08/06
- [bug#72494] [PATCH v2] gnu: Add C3 1.6.1., Ashvith Shetty, 2024/08/06
- [bug#72494] [PATCH v3] gnu: Add c3c-bootstrap., Adam Faiz, 2024/08/07
- [bug#72494] [PATCH v4] gnu: Add c3c-bootstrap., Adam Faiz, 2024/08/11