>>22
i was hinting at compilers like Rustc having no major contenders, defining the language and its syntax by 'whatever rust nightly compiles is right'. C/C++ has major commercial compilers and Clang(sponsored by Apple) which provides some alternative to GCC, allowing people to switch compilers. In a toy language, switching compilers is either impossible or will cripple your code.