Domain-Specific Language Compiler
Imported from Curated Prompts.
#compiler-design#curated-prompts
Prompt
Create a compiler for a domain-specific language targeting data analysis workflows. Implement lexical analysis, parsing with ANTLR, and code generation to multiple backends. Design type inference system and optimization passes for performance improvements.