![]() |
NEURON
|
#include <catch2/catch_test_macros.hpp>
#include "ast/program.hpp"
#include "codegen/codegen_transform_visitor.hpp"
#include "parser/nmodl_driver.hpp"
#include "utils/test_utils.hpp"
#include "visitors/nmodl_visitor.hpp"
Go to the source code of this file.
Functions | |
static std::string | run_transform_visitor (const std::string &text) |
SCENARIO ("Adding a variable for a table inside a function", "[visitor][transform]") | |
|
static |
Definition at line 27 of file transform.cpp.
expected result after adding the variable
Definition at line 37 of file transform.cpp.