| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Token), | public, | allocatable | :: | tokens(:) | |||
| integer, | public | :: | top_index | = | 0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TokenStack), | intent(out) | :: | stack | |||
| integer, | intent(in) | :: | N |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TokenStack), | intent(inout) | :: | stack |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TokenStack) | :: | stack |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TokenStack), | intent(inout) | :: | stack | |||
| type(Token), | intent(out) | :: | tok |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TokenStack), | intent(inout) | :: | stack | |||
| type(Token), | intent(in) | :: | tok |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TokenStack) | :: | stack |