peterharaszin / yakindu

Automatically exported from code.google.com/p/yakindu
0 stars 0 forks source link

Add cast expression to stext #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a cast operator to SText to allow type casting from i.e. double to integer.

var myInt : integer
var myReal : real

myint = (myReal as integer)

Adopt Type Inferrer, Simulation Engine and Code Generators (Java, c, c++, 
javascript)

Original issue reported on code.google.com by A.Muel...@googlemail.com on 29 Sep 2014 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by A.Muel...@googlemail.com on 8 Oct 2014 at 3:21