Documentation
¶
Overview ¶
Package evaluator contains the evaluating functions to process the different ast.Node
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NULL = &object.Null{} TRUE = &object.Boolean{Value: true} FALSE = &object.Boolean{Value: false} )
Constant defining object that are frequently used. This allows the interpreter to reuse these object instead of creating new entry in memory Objects constant:
- NULL
- TRUE
- FALSE
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.