Skip to content

Commit

Permalink
Merge pull request #45 from moosetechnology/fix37
Browse files Browse the repository at this point in the history
merged fix for issue#37
  • Loading branch information
lsafina committed Sep 12, 2023
2 parents f44608f + 7e6d85b commit 3ab839d
Show file tree
Hide file tree
Showing 99 changed files with 122 additions and 131 deletions.
2 changes: 1 addition & 1 deletion src/FAST-Fortran-Entities/FASTFortranAmpersand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranAmpersand class >> annotation [

<FMClass: #Ampersand super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranAssignmentStatement class >> annotation [

<FMClass: #AssignmentStatement super: #FASTFortranEntity>
Expand Down
2 changes: 1 addition & 1 deletion src/FAST-Fortran-Entities/FASTFortranAsterisk.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranAsterisk class >> annotation [

<FMClass: #Asterisk super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranAutomaticStatement class >> annotation [

<FMClass: #AutomaticStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranBackspaceStatement class >> annotation [

<FMClass: #BackspaceStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ a Fortran Binary Expression (arithmetic, logical)
Class {
#name : #FASTFortranBinaryExpression,
#superclass : #FASTFortranEntity,
#traits : 'FASTFortranTExpression + FASTFortranTFortranBinaryExpression',
#classTraits : 'FASTFortranTExpression classTrait + FASTFortranTFortranBinaryExpression classTrait',
#traits : 'FASTFortranTBinaryExpression + FASTFortranTExpression',
#classTraits : 'FASTFortranTBinaryExpression classTrait + FASTFortranTExpression classTrait',
#instVars : [
'#operator => FMProperty',
'#left => FMOne type: #FASTFortranTExpression opposite: #parentExpression',
'#operator => FMProperty',
'#right => FMOne type: #FASTFortranTExpression opposite: #parentExpression'
],
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranBinaryExpression class >> annotation [

<FMClass: #BinaryExpression super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranBooleanLiteral class >> annotation [

<FMClass: #BooleanLiteral super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranCallStatement class >> annotation [

<FMClass: #CallStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranCharacterLiteral class >> annotation [

<FMClass: #CharacterLiteral super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranCloseStatement class >> annotation [

<FMClass: #CloseStatement super: #FASTFortranEntity>
Expand Down
2 changes: 1 addition & 1 deletion src/FAST-Fortran-Entities/FASTFortranComment.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranComment class >> annotation [

<FMClass: #Comment super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranCommonStatement class >> annotation [

<FMClass: #CommonStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranComplexLiteral class >> annotation [

<FMClass: #ComplexLiteral super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranContinueStatement class >> annotation [

<FMClass: #ContinueStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranDataStatement class >> annotation [

<FMClass: #DataStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranDeclarationStatement class >> annotation [

<FMClass: #DeclarationStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranDecodeStatement class >> annotation [

<FMClass: #DecodeStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranDimensionStatement class >> annotation [

<FMClass: #DimensionStatement super: #FASTFortranEntity>
Expand Down
2 changes: 1 addition & 1 deletion src/FAST-Fortran-Entities/FASTFortranDoStatement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranDoStatement class >> annotation [

<FMClass: #DoStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranDoWhileStatement class >> annotation [

<FMClass: #DoWhileStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranDoubleComplexLiteral class >> annotation [

<FMClass: #DoubleComplexLiteral super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranDoublePrecisionLiteral class >> annotation [

<FMClass: #DoublePrecisionLiteral super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranElseStatement class >> annotation [

<FMClass: #ElseStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranEncodeStatement class >> annotation [

<FMClass: #EncodeStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranEndFileStatement class >> annotation [

<FMClass: #EndFileStatement super: #FASTFortranEntity>
Expand Down
2 changes: 1 addition & 1 deletion src/FAST-Fortran-Entities/FASTFortranEntity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranEntity class >> annotation [

<FMClass: #Entity super: #MooseEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranEntryStatement class >> annotation [

<FMClass: #EntryStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranEquivalenceStatement class >> annotation [

<FMClass: #EquivalenceStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranExitStatement class >> annotation [

<FMClass: #ExitStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranExternalStatement class >> annotation [

<FMClass: #ExternalStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranFormatStatement class >> annotation [

<FMClass: #FormatStatement super: #FASTFortranEntity>
Expand Down
2 changes: 1 addition & 1 deletion src/FAST-Fortran-Entities/FASTFortranFunctionCall.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranFunctionCall class >> annotation [

<FMClass: #FunctionCall super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranFunctionStatement class >> annotation [

<FMClass: #FunctionStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranGoToAssignedStatement class >> annotation [

<FMClass: #GoToAssignedStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranGoToComputedStatement class >> annotation [

<FMClass: #GoToComputedStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranGoToStatement class >> annotation [

<FMClass: #GoToStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranGoToUnconditionalStatement class >> annotation [

<FMClass: #GoToUnconditionalStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranIfArithmeticStatement class >> annotation [

<FMClass: #IfArithmeticStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranIfBlockStatement class >> annotation [

<FMClass: #IfBlockStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranIfLogicalStatement class >> annotation [

<FMClass: #IfLogicalStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranImplicitStatement class >> annotation [

<FMClass: #ImplicitStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranIncludeStatement class >> annotation [

<FMClass: #IncludeStatement super: #FASTFortranEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#category : #'FAST-Fortran-Entities-Entities'
}

{ #category : #'as yet unclassified' }
{ #category : #meta }
FASTFortranInquireStatement class >> annotation [

<FMClass: #InquireStatement super: #FASTFortranEntity>
Expand Down
Loading

0 comments on commit 3ab839d

Please sign in to comment.