roll-parser - v3.0.0-beta.0
Playground
Guide
GitHub
Preparing search index...
roll-parser
BinaryOpNode
Type Alias BinaryOpNode
BinaryOpNode
:
NodeSpan
&
{
left
:
ASTNode
;
operator
:
"+"
|
"-"
|
"*"
|
"/"
|
"%"
|
"**"
;
right
:
ASTNode
;
type
:
"BinaryOp"
;
}
Binary operation node.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Playground
Guide
GitHub
roll-parser - v3.0.0-beta.0
Loading...
Binary operation node.