Chibil: A C compiler for .NET IL based on chibicc, capable of running DOOM
By
MichalStrehovsky
Hot, fresh, and worth queueing round the block for.
Summary
Chibil is a C compiler written in C# that targets .NET IL (MSIL), based on the chibicc compiler. It is complete enough to compile and run DOOM (PureDOOM). The compiler takes C source files and generates COFF OBJ files that are binary-compatible with MSVC's /clr mode, allowing mixing with C++/CLI object files. Visual Studio's link.exe is used for linking, though a custom linker may be developed later.
Key quotes
· 5 pulledChibil is a C compiler based on chibicc rewritten in C# and updated to target .NET IL (MSIL).
It is complete enough to run DOOM (PureDOOM).
These OBJ files are binary-compatible with OBJ files produced by the MSVC compiler in /clr mode.
One can actually mix and match C++/CLI and chibil-produced object files.
Chibil will probably have its own linker later, if for no other reason, just so we don't
You might also wanna read
Why small pull request policies can backfire on software quality
The article critiques a common software engineering policy that limits pull requests (PRs) to small sizes (e.g., 500 lines, few files). Whil
apenwarr.ca·1h agoHow Anthropic contains Claude's expanding access across its products
Anthropic describes how it has evolved its approach to granting Claude, its AI assistant, increasingly broad access to internal systems over
Testing Cursor's Jira integration: How ticket quality affects AI agent performance
Cursor launched a Jira integration that lets developers assign tickets directly to an AI agent, eliminating context switching. The author te
bit.ly·2h agoNetflix engineer's open-source tool cuts AI token usage by up to 90%
Netflix senior engineer Tejas Chopra created software called "Project Headroom" that prunes redundant tokens from AI agent instructions befo
Anthropic Releases Free Security Plugin for Claude Code Terminal to Detect Vulnerabilities
Anthropic has released a free security-guidance plugin for its Claude Code terminal tool that autonomously reviews code edits, model outputs
cybersecuritynews.com·3h agoResearcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it helps coding agents
bit.ly·3h ago