Add base files for bindings

Add base files for C++ and D that will interface with the existing C integration.
This commit is contained in:
Aidan C. Mullen 2025-03-05 00:10:19 -05:00
parent f474eb7478
commit dd8e9d4296
9 changed files with 74 additions and 1 deletions

8
README
View file

@ -24,6 +24,10 @@ Build
- Git
- GNU Autotools
- UNIX Shell
- GCC (with G++)
- LDC
- DUB
- Tubolent W2C2 (optional; testing only)
1.) Install the dependencies listed above.
@ -35,6 +39,10 @@ Build
3.) Run "build.sh" within a UNIX shell.
Using this configuration, the project will be compatible with all major
operating systems and WebAssembly, which can be useful for transpiling and
new platform testing.
Project organized in conformance to the Straightforward C Project Standard 5
(SCPS5).