Skip to content

Commit

Permalink
[98] PrimitiveType modification
Browse files Browse the repository at this point in the history
Rename all use of PrimitiveType unicode '\u2115', '\u211D', '\u213E' by
int, real and bool.
Generated code and LaTeX view are unchanged.

Bug: cea-hpc#98
Signed-off-by: Vincent BLAIN <vincent.blain@obeosoft.com>
  • Loading branch information
vblainobeo committed Oct 4, 2022
1 parent a538603 commit 903a0ad
Show file tree
Hide file tree
Showing 48 changed files with 1,929 additions and 1,917 deletions.
6 changes: 3 additions & 3 deletions plugins/fr.cea.nabla.ir/model/Ir.ecore
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IrType" eSuperTypes="#//IrAnnotable"/>
<eClassifiers xsi:type="ecore:EEnum" name="PrimitiveType">
<eLiterals name="Int" value="1" literal=""/>
<eLiterals name="Real" value="2" literal=""/>
<eLiterals name="Bool" value="3" literal=""/>
<eLiterals name="Int" value="1" literal="int"/>
<eLiterals name="Real" value="2" literal="real"/>
<eLiterals name="Bool" value="3" literal="bool"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseType" eSuperTypes="#//IrType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primitive" lowerBound="1"
Expand Down
Loading

0 comments on commit 903a0ad

Please sign in to comment.