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: 4171801de1ad0fc499853475d7c8011bb2106cb4 (
plain
)
1
2
3
4
5
package
ast
type
Program
struct
{
Stmts
[]
Stmt
}