moosetechnology / FAST-Pharo

MIT License
0 stars 2 forks source link

Do we need FASTPharoBlockExpression and FASTPharoBlockDefinition ? #7

Closed NicolasAnquetil closed 10 months ago

NicolasAnquetil commented 10 months ago

FASTPharoBlockExpression contains a FASTPharoBlockDefinition which contains statements

maybewe could have only FASTPharoBlock like in Pharo AST ?

NicolasAnquetil commented 10 months ago

And FASTPharoBlockDefinition as a statementBlock inherited from FASTBehaviouralEntity and a relation statements (see #8)

Reasons for all this is FASTPharoBlockExpression inherits from FASTPharoExpression and FASTPharoBlockDefinition inherits from FASTBehaviouralEntity , so could be difficult to merge both.