Made the interpreter pass most of the mycology test suite
This commit is contained in:
parent
198efceb1f
commit
da7e7dae2b
13 changed files with 206 additions and 35 deletions
|
@ -96,3 +96,7 @@ func (f *Field) Set(x, y, v int) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
func (f Field) Dump() (int, int, int, int) {
|
||||
return f.x, f.y, f.lx, f.ly
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue