index
:
jinx
this commit
main
silly.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
lang
/
ast
/
ast.go
blob: 43d0c28c85347d18bc7bfed0ae7e18ee9a04aa0e (
plain
)
1
2
3
4
5
package
ast
type
Program
struct
{
Stmts
[]
Stmt
[
any
]
}