Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StringToType = map[string]Type{ "Error": Error, "EOF": EOF, "Type0": Type0, "Type1": Type1, "Type2": Type2, }
View Source
var TypeToID = []string{
"Error",
"EOF",
"a",
"b",
"rule1",
}
View Source
var TypeToString = []string{
"Error",
"EOF",
"Type0",
"Type1",
"Type2",
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.