Mirror of
forum.nim-lang.org
index
9602 :: Yet another c compiler (under development)
[2022-11-13T15:07:08+01:00]
View Orginal
linwaytin
(orginal)
[2022-11-13T15:07:08+01:00]
view original
https://github.com/rui314/chibicc
Yardanico
(orginal)
[2022-11-13T15:10:51+01:00]
view original
Last commit 2 years ago though? There are tons of compilers like that.
Araq
(orginal)
[2022-11-13T21:16:47+01:00]
view original
We only support C compilers that are widely used and that means Visual C++, GCC and clang. All written in C++ btw because C really does lack important features and emulating them constantly all the time really does cost time, money and effort.
linwaytin
(orginal)
[2022-11-14T01:21:24+01:00]
view original
Interesting, I didn't know all these main c compilers are actually written in c++ lol. Isn't
tcc
also used by nim programmers?
Araq
(orginal)
[2022-11-14T07:28:01+01:00]
view original
TCC is used but not officially supported.