softlang / megalib

A library of megamodels
6 stars 5 forks source link

-> rather than --> #5

Closed rlaemmel closed 8 years ago

rlaemmel commented 8 years ago

/cc @AndrEm12 @MarcelH91

Looking at https://github.com/softlang/megalib/blob/develop/checker/TestFiles/JavaC.megal

Seeing this

compilation : Java --> JavaByteCode

Should be

compilation : Java -> JavaByteCode

Likewise "mapsTo" should be "|->".