We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d46e3 commit 6e232dbCopy full SHA for 6e232db
src/FAST-Python-Tools/TSFASTPythonImporter.class.st
@@ -97,6 +97,13 @@ TSFASTPythonImporter >> visitCollection: aTSNode [
97
^ self createEntityForNode: aTSNode
98
]
99
100
+{ #category : 'visiting' }
101
+TSFASTPythonImporter >> visitComment: aTSNode [
102
+
103
+ self flag: #todo. "Manage to put the right trait on entities containing me and change the block."
104
+ ^ self createEntityForNode: aTSNode parentManagementBlock: [ :entity | self topFastEntity addGenericChildren: entity ]
105
+]
106
107
{ #category : 'visiting' }
108
TSFASTPythonImporter >> visitComparisonOperator: aTSNode [
109
0 commit comments