Get operators in node (#3094)
authoryoni206 <yoni206@users.noreply.github.com>
Tue, 23 Jul 2019 05:39:59 +0000 (22:39 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2019 05:39:59 +0000 (22:39 -0700)
commit5b494f33f146677386385fc7d055f95d9aae08d5
tree603751d479cf69281d7c40658478e9bedda90048
parent5d203980cb011ce0a9aa5007d4792c1f80dd1e4b
Get operators in node (#3094)

This commit adds a function to node_algorithm.{h,cpp} that returns the operators that occur in a given node.
src/expr/node_algorithm.cpp
src/expr/node_algorithm.h
test/unit/expr/CMakeLists.txt
test/unit/expr/node_algorithm_black.h [new file with mode: 0644]