Simplified file structure
This commit is contained in:
6
src/ast/Loop.go
Normal file
6
src/ast/Loop.go
Normal file
@ -0,0 +1,6 @@
|
||||
package ast
|
||||
|
||||
// Loop represents a block of repeatable statements.
|
||||
type Loop struct {
|
||||
Body AST
|
||||
}
|
Reference in New Issue
Block a user