gavr123456789 / Niva

Smalltalk like programming language
https://gavr123456789.github.io/niva-site
41 stars 2 forks source link

StaticBuilder with args syntax intercept with #278

Closed gavr123456789 closed 2 months ago

gavr123456789 commented 2 months ago
// unary message declaration for type with 2 generic params
Pair(List::X, List::Y) word = []
// call of builder
buildre (arg: x) [...]