//
pkg.gl
Category
github.com/sanggonlee/gosq
ast
package
1.2.0
Repository:
https://github.com/sanggonlee/gosq.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
262 SLOC
#
Functions
BuildTokenTree
BuildTokenTree builds a tree of tokens from a template string.
#
Structs
SyntaxTree
SyntaxTree is a concrete implementation of the AST.
TokenTree
TokenTree represents a tree of token chunks.
#
Interfaces
LanguageNode
LanguageNode represents a node in the AST.