package
Version:
v0.0.4-alpha
Opens a new window with list of versions in this module.
Published: Sep 27, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type Parser[AST any] interface {
Parse(fileContent []byte) (*AST, error)
}
type Serializer[AST any] interface {
Serialize(abstractTree *AST) ([]byte, error)
}
type Strategy[AST any] interface {
Apply(input []byte) []*AST
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.