![]() |
User Guide
|
#include <catch2/catch_test_macros.hpp>
#include "ast/program.hpp"
#include "parser/nmodl_driver.hpp"
#include "test/unit/utils/nmodl_constructs.hpp"
#include "visitors/global_var_visitor.hpp"
#include "visitors/nmodl_visitor.hpp"
#include "visitors/perf_visitor.hpp"
#include "visitors/symtab_visitor.hpp"
Go to the source code of this file.
Functions | |
std::shared_ptr< ast::Program > | run_global_to_var_visitor (const std::string &text) |
SCENARIO ("GLOBAL to RANGE variable transformer", "[visitor][globaltorange]") | |
std::shared_ptr<ast::Program> run_global_to_var_visitor | ( | const std::string & | text | ) |
Definition at line 29 of file global_to_range.cpp.
SCENARIO | ( | "GLOBAL to RANGE variable transformer" | , |
"" | [visitor][globaltorange] | ||
) |
check for all RANGE variables : old ones + newly converted ones
x should be converted from GLOBAL to RANGE
Definition at line 40 of file global_to_range.cpp.