Polyman Documentation - v2.2.2
    Preparing search index...

    Function compileGenerator

    • Compiles a generator program. Wrapper around compileCPP with consistent error handling.

      Parameters

      Returns Promise<void>

      Path to compiled generator executable

      If compilation fails

      const path = await compileGenerator({ name: 'gen', source: 'generators/gen.cpp' });