blr-lang 0.1.0

A language implementation that provides type safe dataframes
Documentation
1
2
3
4
let a = 2 * 2;
let b = 32 / 8 - 2;
let c = 16.0 / 4.0 - 0.5 + 3.5;
float(a + b) * c