Commit a7d5d0d
committed
Fix FORTRAN parser: CHARACTER length, assignments, DO WHILE, and more
- Fix CHARACTER type length parsing (len=N and (N) syntax)
- Fix assignment statement parsing (separate = from equality operator)
- Fix executable statement detection for assignments
- Fix SELECT CASE range syntax (case (2:5))
- Fix function RESULT clause parsing
- Fix type attributes parsing (intent(in) before ::)
- Fix DO WHILE statement detection and parsing
All 15 integration tests now passing (up from 6/15)1 parent b270aeb commit a7d5d0d
1 file changed
+321
-19
lines changed
0 commit comments