Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compile ¶
Compile compiles coroutines in a module.
The path argument can either be a path to a package within the module, or a pattern that matches multiple packages in the module (for example, /path/to/module/...). In both cases, the nearest module is located and compiled as a whole.
The path can be absolute, or relative to the current working directory.
Types ¶
type Option ¶
type Option func(*compiler)
Option configures the compiler.
func CallgraphType ¶
func DebugColors ¶
func OnlyListFiles ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.