This website requires JavaScript.
Explore
Help
Sign in
core
/
xgo
Watch
1
Star
0
Fork
You've already forked xgo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ad3980e4d0
xgo
/
compiler
/
ast
/
stmt.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
initial commit
2019-01-09 10:17:42 +03:00
package
ast
Fix lint issues (#2) * addressing golint issues * fix all lint issues.
2019-01-15 09:24:33 +03:00
// Stmt represents a statement in the AST.
initial commit
2019-01-09 10:17:42 +03:00
type
Stmt
interface
{
Node
stmtNode
(
)
}
Reference in a new issue
Copy permalink