package
Version:
v0.0.0-...-eeafc7a
Opens a new window with list of versions in this module.
Published: Nov 21, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Code generated by goyacc -l -o parser.go parser.y. DO NOT EDIT.
type Node struct {
Type NodeType
Val interface{}
}
const (
NOBJECT NodeType = iota
NLIST
NSTRING
NINT
NFLOAT
NENUM
NBOOL
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.