You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix parsing kind parameters like a_1 on literals. Previously, that would
be parsed as a kind parameter on a kind parameter. Now we don't do that,
following gfortran's behaviour.
Kind parameter representation is changed to explicitly say if it's an
integer kind or named constant kind, rather than reusing Expression.
BOZ literals
add some syntactic info (to enable checking standards conformance)
export bozAsTwosComp function for reading as two's complement integer