pkg(holyc-1.0.0): Added holyc 1.0.0

This patch adds support for the HolyC programming language by Terry A.
Davis.

The compiler used is based on a modified version of the 3Days compiler.
Both 3Days and the fork used here do not have a specific version so
1.0.0 has been used and will be used forwards in future commits unless
3Days gets versioning (which it wont since development stopped).

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
Slendi 2023-06-12 13:32:33 +03:00
parent 919076e209
commit 99b03e20d0
No known key found for this signature in database
GPG key ID: F8405BA38DE1E10D
5 changed files with 32 additions and 0 deletions

5
packages/holyc/1.0.0/metadata.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"language": "holyc",
"version": "1.0.0",
"aliases": ["hc"]
}