module Parser abstract class PromptGenericParser abstract def parse : Prompt end end