Files
ivy/lang/ast
Max Wash 78b2eb23c3 lang: ast: implement () operator parsing
the () operator can be used to call lambdas in a more functional way than the standard
message-send syntax

for example, with a lambda stored in variable `x`:

	x(a:2 b:6).

is equivalent to

	x call(a:2 b:6).
2025-03-26 21:10:12 +00:00
..
2024-11-24 20:50:12 +00:00
2024-12-08 12:28:47 +00:00