Documentation
¶
Overview ¶
basic demonstrates embedding the Wile Scheme interpreter in a Go program.
Run with: go run ./examples/embedding/basic.go
Directories
¶
| Path | Synopsis |
|---|---|
|
source-tracking demonstrates the ParseWithSource/MustParseWithSource API for embedding Wile with per-operation source location tracking.
|
source-tracking demonstrates the ParseWithSource/MustParseWithSource API for embedding Wile with per-operation source location tracking. |
|
stack-trace demonstrates the VM stack trace captured when a runtime error escapes to the embedder, with emphasis on the sub-context spanning added in CaptureStackTrace (the "<foreign-call boundary>" frame).
|
stack-trace demonstrates the VM stack trace captured when a runtime error escapes to the embedder, with emphasis on the sub-context spanning added in CaptureStackTrace (the "<foreign-call boundary>" frame). |
Click to show internal directories.
Click to hide internal directories.