If you want your custom extension to analyze a language not already supported by CAST, then you need to configure the Universal Analyzer to do so using the proprietary CAST Universal Analyzer Framework (a set of categories that describe a language and how to analyze that language).

This is a three step process:

  • Define the language and objects for the language you want to analyze
  • Define how to analyze the language you want to analyze - only necessary if analyzing source code
  • Test the configuration files for completeness and then include the configuration files in a custom extension

Please note that this is NOT a simple process and is more often reserved for CAST Administrators.