GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
pt-cbinop.cc File Reference
#include "interpreter.h"
#include "ov.h"
#include "pt-cbinop.h"
#include "pt-eval.h"
#include "pt-unop.h"

Go to the source code of this file.

Typedefs

typedef tree_expressiontree_expression_ptr_t
 

Functions

tree_binary_expressionmaybe_compound_binary_expression (tree_expression *a, const token &op_tok, tree_expression *b, octave_value::binary_op t)
 

Typedef Documentation

◆ tree_expression_ptr_t

Definition at line 67 of file pt-cbinop.cc.

Function Documentation

◆ maybe_compound_binary_expression()

tree_binary_expression * maybe_compound_binary_expression ( tree_expression a,
const token op_tok,
tree_expression b,
octave_value::binary_op  t 
)