leekscript-rs 0.1.0

LeekScript parser, formatter, and semantic analysis in Rust
Documentation
1
2
3
4
5
include("included.leek");

var a = 10;
var myCell = Cell(12);
return myCell.id;