Tool to translate C code into Adept code
Discussed in https://github.com/AdeptLanguage/Adept/discussions/206
Originally posted by ghost November 12, 2023 There are a lot of simple C code out there. The tool doesn't have to be too powerful to the extent that it can translate any C code regardless of the complexity. This is impossible anyway. But it should be able to translate common C code. This will aid the adoption of the language.
Yes this would be nice, and something like it is eventually planned, but it might be a long time since it will probably be included as part of Adept 3.x
How to convert c raylib.h to raylib.adept? I'm newbie T_T
In order to use a C library from Adept, see https://github.com/AdeptLanguage/Adept/discussions/332#discussioncomment-9266588
There is no automated tool yet, although work is on-going for this in Adept 3.x