Adept icon indicating copy to clipboard operation
Adept copied to clipboard

Tool to translate C code into Adept code

Open ghost opened this issue 2 years ago • 3 comments

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.

ghost avatar Dec 19 '23 14:12 ghost

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

IsaacShelton avatar Dec 27 '23 19:12 IsaacShelton

How to convert c raylib.h to raylib.adept? I'm newbie T_T

Angluca avatar Apr 29 '24 12:04 Angluca

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

IsaacShelton avatar Apr 29 '24 18:04 IsaacShelton