moosetechnology / FAST-Fortran

MIT License
0 stars 1 forks source link

Size of Type is an integer not a numerical #181

Closed NicolasAnquetil closed 7 months ago

NicolasAnquetil commented 7 months ago

we have:

    ((type property: #size) comment: 'a data size in bytes')
    <>- (tNumericalLiteral property: #parentTypeSize).

it should probably be an IntegerLiteral?

But then asterisk --|> tNumericalLiteral should also be an IntegerLiteral