CompileOptions returns a collection of functional options for configuring the Parse / Check environment.
()
| 56 | // CompileOptions returns a collection of functional options for configuring the Parse / Check |
| 57 | // environment. |
| 58 | CompileOptions() []EnvOption |
| 59 | |
| 60 | // ProgramOptions returns a collection of functional options which should be included in every |
| 61 | // Program generated from the Env.Program() call. |
no outgoing calls
no test coverage detected