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