Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenizedSource ¶
type TokenizedSource struct {
Tokens []string
}
Does not do much, we mostly have this to make the code more readable (better than 2D string arrays)
func FindBestMatch ¶
func FindBestMatch(reference *TokenizedSource, candidates []*TokenizedSource) *TokenizedSource
func NewTokenizedSource ¶
func NewTokenizedSource(source string) *TokenizedSource
func (*TokenizedSource) Equals ¶
func (this *TokenizedSource) Equals(other *TokenizedSource) bool
func (TokenizedSource) String ¶
func (this TokenizedSource) String() string
Click to show internal directories.
Click to hide internal directories.