I prefer Claude over Codex, but I find it helpful to have Codex review Claude's work. This gist helps you accomplish that. Paste it into Claude. It will give Claude instructions for how to set up Codex for code reviews. The code reviews trigger automatically when Claude attempts to commit, so Claude will always see them. 🔍Code Review
tinyBigGAMES/Metamorf: A unified compiler-construction meta-language designed to define and build programming languages within a single .mor file. By describing tokens, grammar rules, semantic analysis, and code generation in one place, developers can produce native Win64 or Linux64 binaries via a built-in Zig/Clang pipeline. ⚙️LLVM
Loading...Loading more...