Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
ExprNode
Type Alias ExprNode
ExprNode
:
|
{
type
:
"literal"
;
value
:
number
}
|
{
type
:
"dice"
;
equation
:
string
}
|
{
type
:
"prop_ref"
;
target
:
string
;
property
:
string
}
|
{
type
:
"math"
;
op
:
"add"
|
"sub"
|
"mul"
|
"floor_div"
;
left
:
ExprNode
;
right
:
ExprNode
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...