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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,6 +460,8 @@ recurses into direct children. Shared declaration helpers parse variables,
460
460
procedure arguments/results, and type fields, then push them into the active
461
461
scope. Procedure execution bodies and internal subprograms are ignored for
462
462
wrapper metadata; procedure-local interfaces are retained for callback typing.
463
+
Parameter variables keep both `value` (best resolved value) and runtime
464
+
`symbolic_value` (the original expression) when the parser has that information.
463
465
464
466
The semantics layer consumes `FortranFile`/`FortranModule` objects and projects them into language-independent semantic IR (`SemanticModule`, `SemanticFunction`, `SemanticClass`, `SemanticType`). This keeps the semantic API model independent from parser internals, matching the project goal that parser output is a helper and the semantic interface/IR is the source of truth.
0 commit comments