leekscript-rs 0.1.0

LeekScript parser, formatter, and semantic analysis in Rust
Documentation
1
2
3
4
5
6
class Cell {
    public integer id;
    constructor(integer id) {
        this.id = id;
    }
}