commit | bf5149cca0f33333c1e3e6ec4ec663d0b6780b05 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue May 20 15:53:41 2025 +0200 |
committer | Akron <nils@diewald-online.de> | Tue May 20 15:53:41 2025 +0200 |
tree | e4d55ba70aa51866f589b36c32913e4981170fac | |
parent | 3295842d17e9dd565980e662ccd41d72cafe32d6 [diff] [blame] |
Support catchall nodes
diff --git a/pkg/ast/ast.go b/pkg/ast/ast.go index 1bc8bb4..7159393 100644 --- a/pkg/ast/ast.go +++ b/pkg/ast/ast.go
@@ -1,5 +1,7 @@ package ast +// ast is the abstract syntax tree for the term mapper. + import ( "encoding/json" )