![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <stack>#include <string>#include "comment-list.h"#include "oct-obj.h"#include "pt-walk.h"

Go to the source code of this file.
Classes | |
| class | tree_evaluator |
Variables | |
| tree_evaluator * | current_evaluator |
| int | Vmax_recursion_depth |
| tree_evaluator* current_evaluator |
Definition at line 52 of file pt-eval.cc.
Referenced by octave_user_script::do_multi_index_op(), octave_user_function::do_multi_index_op(), get_debug_input(), and main_loop().
| int Vmax_recursion_depth |
Definition at line 67 of file pt-eval.cc.
Referenced by octave_user_script::do_multi_index_op(), and octave_user_function::do_multi_index_op().
1.8.1.2