Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real32), | public, | allocatable | :: | tokens(:) | |||
integer, | public | :: | top_index |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sfp32Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp32Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(out) | :: | tok |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(in) | :: | tok |
type,extends(feqparse_floatstack) :: sfp32Stack
real(real32),allocatable :: tokens(:)
contains
procedure :: Construct => Construct_sfp32Stack
final :: Finalize_sfp32Stack
procedure :: Push => Push_sfp32Stack
procedure :: Pop => Pop_sfp32Stack
endtype sfp32Stack