Refactor VM and operators
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package object
|
||||
|
||||
// error encountered. This object is tracked through the evaluator and when
|
||||
// encountered stops evaluation of the program or body of a function.
|
||||
type Error struct {
|
||||
Message string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user