Skip to content

Commit

Permalink
Merge pull request #58 from moosetechnology/48-part2
Browse files Browse the repository at this point in the history
removing generation of unused structures
  • Loading branch information
lsafina committed Sep 25, 2023
2 parents f9824b3 + 26c71be commit 8d64330
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/FAST-Fortran-Generator/FASTFortranGenerator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -207,19 +207,6 @@ FASTFortranGenerator >> defineData [
newClassNamed: #Substring
comment: 'I represent Fortran Substring'.

pointer := builder
newClassNamed: #Pointer
comment: 'I represent Fortran Pointer statement'.

record := builder
newClassNamed: #Record
comment: 'I represent Fortran Record statement'.

structure := builder
newClassNamed: #Structure
comment: 'I represent Fortran Structure statement'.


"CONSTANTS"

asterisk := builder
Expand Down Expand Up @@ -465,9 +452,6 @@ FASTFortranGenerator >> defineHierarchy [
loopControlExpression --|> tExpression.

substring --|> tExpression.
pointer --|> tExpression.
record --|> tExpression.
structure --|> tExpression.

binaryExpression --|> tBinaryExpression.
unaryExpression --|> tUnaryExpression.
Expand Down

0 comments on commit 8d64330

Please sign in to comment.