Company: IndusInd bank on-campus_19may
Difficulty: medium
You're creating a domain-specific language (DSL) in F# that needs to: 1) Parse external configuration files, 2) Provide compile-time type safety, 3) Generate code based on the configuration, 4) Integrate with existing .NET libraries. Design the architecture using F# advanced features. Options Use only runtime parsing Implement using Type Providers for compile-time parsing, quotations for code generation, and computation expressions for DSL syntax Use reflection for everything Hard-code all configurations Input Format There is no input for this question. Output Format Print the text of the correct option exactly as it appears in the option list.