neural/trident/lib/std/compiler.md

compiler

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…
neural/trident/benches/references/std/compiler
compiler
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…
neural/trident/benches/harnesses/std/compiler
compiler

Graph