MSVC
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
The Ü Programming Language
Ü is a statically-typed compiled programming language, designed for writing programs, which should be both reliable and fast. It has safe and unsafe code separation, compile-time correctness checks, powerful abstractions like RAII and templates, encapsulation, rich type system, lambdas, coroutines and many other useful features. Ü uses RAII for memory and resources management (no GC is involved), but manual memory management may be still used in unsafe code.
Chibil: A C compiler targeting .NET IL
Chibil is a C compiler based on chibicc rewritten in C# and updated to target .NET It is complete enough to run DOOM (PureDOOM). Chibil takes C source files and generates COFF OBJ files.