Provides a simple class for describing operation items.
type, private :: item
The following example demonstrates some of the main members of the item class.
Initializes a new instance of the item class
[in] | char | the string representation of the token |
[in] | type | the type of the token |
Examples
E
, S
, B
, U
and F
^
, *
, /
, +
, -
)+
, -
)sin
, cos
, tan
, log10
, log
, abs
, exp
, sqrt
, real
, imag
, conjg
, and ang
) Remarks Definition at line 49 of file Stacks.f90.