@@ -19,6 +19,10 @@ func NewAst() *ast {
return &ast{}
}
func (expr *ast) TypeName() string {
return "Expression"
func (expr *ast) ToForest() {
if expr.root != nil {
if expr.forest == nil {
The note is not visible to the blocked user.