Folder
Homonyms
neural/rs/reference/compiler
Compiler Implementation Architecture Vendor+Patch Technique rsc uses the same technique as Trisha (~/git/trisha): fetch upstream source, inject hooks via surgical string replacements, build against vendored code. No fork. No separate repository. Advantages over forking: Build in minutes (smallβ¦
warriors/trisha/baselines/triton/std/compiler
Self-hosted compiler baseline contract These three baselines exercise the portable `std.compiler` implementation, not Trident's Rust parser. They compare complete token records, complete AST records, and optimized numeric TIR, respectively. Pipeline output is not executable TASM: its final loweringβ¦