els 0.1.65

An Erg compiler frontend for IDEs, implements LSP.
Documentation
1
2
3
4
5
6
7
8
.neighbor = "defined in b.er"

.x = 1

.C = Class { .a = Int }
.C.
    func self = self
    aplus self, x = self.a + x