|
Neko 1.99.7
A portable framework for high-order spectral element flow simulations
|
A single token of an expression. More...
Public Attributes | |
| integer | kind = TK_END |
| real(kind=rp) | num = 0.0_rp |
| character(len=expr_max_ident) | name = '' |
| integer | pos = 0 |
| Position of the first character of the token in the source string, used for error messages. | |
Definition at line 92 of file expression.f90.
Definition at line 93 of file expression.f90.
| character(len=expr_max_ident) expression::token_t::name = '' |
Definition at line 95 of file expression.f90.
Definition at line 94 of file expression.f90.
| integer expression::token_t::pos = 0 |
Definition at line 98 of file expression.f90.