2025-11-08 09:37:30 +03:00

7 lines
56 B
Go

package ast
type (
NodeId uint64
SymbolId uint64
)