gluon 0.18.2

A static, type inferred programming language for application embedding
Documentation
1
2
3
4
5

#[derive(Eq, Show)]
type Match = { start : Int, end : Int, text : String }

{ Match, eq_Match, show_Match }