seanbaxter / circle

The compiler is available for download. Get it!
http://www.circle-lang.org/
2.42k stars 74 forks source link

Is your compiler based on GCC or LLVM? #177

Closed ghost closed 1 year ago

ghost commented 1 year ago

Or is it written from scratch? It seems your compiler is just another C++ compiler frontend for LLVM like https://github.com/robertoraggi/cplusplus. But nowhere on your page you mentioned this. The wording is like you implemented everything from scratch. If you are really using LLVM (or GCC), please add this information to your page. Thank you.