Add ImportC compiler to dmd
Dibyendu Majumdar
mobile at majumdar.org.uk
Sat May 15 10:38:51 UTC 2021
On Saturday, 15 May 2021 at 03:59:58 UTC, Walter Bright wrote:
> On 5/14/2021 6:11 PM, Dibyendu Majumdar wrote:
>> One suggestion I have is to add a test suite for the C
>> compiler so that it is clear how conforming it is to Std C. A
>> bunch of tests can be found at:
>>
>> https://github.com/vnmakarov/mir/tree/master/c-tests
>
> Thank you. Those look good.
Other good tests:
Single file SQLite - https://www.sqlite.org/download.html
Single file Lua - https://github.com/lua/lua/blob/master/onelua.c
You could then run SQLite tests and Lua tests. if they pass that
would be super amazing!
More information about the Digitalmars-d
mailing list