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/parser/parser.go b/pkg/parser/parser.go index d0ff222..db20bc8 100644 --- a/pkg/parser/parser.go +++ b/pkg/parser/parser.go
@@ -1,5 +1,8 @@ package parser +// parser is a function that takes a JSON string and returns an AST node. +// It is used to parse a JSON string into an AST node. + import ( "encoding/json" "fmt"