view .editorconfig @ 31777:e995783d78e7 stable

capture modified operands when rewriting binary expressions in parse tree * pt-binop.h (tree_binary_expression::lhs, tree_binary_expression::rhs): New functions. * oct-parse.yy (base_parser::maybe_convert_to_braindead_shortcircuit): Reset binary expression object operands after recursive call.
author John W. Eaton <jwe@octave.org>
date Wed, 25 Jan 2023 15:28:40 -0500
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab