II.
Domain JSON
Structured · livedomain:compiler-engineering
Compiler Engineering json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "domain:compiler-engineering",
"_kind": "Domain",
"_file": "domain/domains/domains-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Compiler Engineering",
"description": "Compiler design, parsing, optimization passes, code generation, and\nlanguage tooling. Includes interpreters, JIT compilers, static analysis\nframeworks, and language server protocols.\n"
},
"outgoingEdges": [
{
"from": "domain:compiler-engineering",
"to": "specialization:algorithms-optimization",
"kind": "contains"
},
{
"from": "domain:compiler-engineering",
"to": "specialization:software-architecture",
"kind": "contains"
}
],
"incomingEdges": [
{
"from": "specialization:compiler-design",
"to": "domain:compiler-engineering",
"kind": "specializes"
},
{
"from": "role:compiler-engineer",
"to": "domain:compiler-engineering",
"kind": "applies_to",
"attributes": {}
}
]
}