7 lines
56 B
Go
7 lines
56 B
Go
package ast
|
|
|
|
type (
|
|
NodeId uint64
|
|
SymbolId uint64
|
|
)
|
package ast
|
|
|
|
type (
|
|
NodeId uint64
|
|
SymbolId uint64
|
|
)
|