eclipse / mita

mita
Eclipse Public License 2.0
56 stars 20 forks source link

Shift operations are not implemented #319

Closed rherrmannr closed 5 years ago

rherrmannr commented 5 years ago

Current behavior: Using shift operations results NPE

Related code:

package test22;
import platforms.xdk110;

var x:stdlib.uint8;

fn fun() { 
    x = 5 << 1;
}  

Some console output:

BinaryExpression not implemented for <<