# FractalMetaphorCompiler.py def compile_metaphor_to_glyph(metaphor): print(f"Compiling metaphor: {metaphor}") return f"Glyph::{metaphor.upper().replace(' ', '_')}"