User Guide
modtoken.cpp File Reference
#include <memory.h>
#include <string>
#include <catch2/catch_test_macros.hpp>
#include "lexer/modtoken.hpp"
#include "lexer/nmodl_lexer.hpp"
#include "parser/nmodl_driver.hpp"
#include "test/unit/utils/test_utils.hpp"

Go to the source code of this file.

Typedefs

using LocationType = nmodl::parser::location
 

Functions

template<typename T >
void symbol_type (const std::string &name, T &value)
 
 TEST_CASE ("NMODL Lexer returning valid ModToken object", "[token][modtoken]")
 
 TEST_CASE ("Addition of two ModToken objects", "[token][modtoken]")