Documentation
¶
Overview ¶
Package compiler orchestrates semantic normalization and runtime compilation. It keeps compile-time work centralized and reusable across schema-set entrypoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildConfig ¶ added in v0.0.25
BuildConfig configures runtime compilation.
type Prepared ¶ added in v0.0.25
type Prepared struct {
// contains filtered or unexported fields
}
Prepared stores normalized artifacts and lazy build state.
func PrepareOwned ¶ added in v0.0.25
PrepareOwned normalizes and validates a parsed schema in place.
Click to show internal directories.
Click to hide internal directories.