Laurenz c94a18833f Closures and function definitions 🚀
Supports:
- Closure syntax: `(x, y) => z`
- Shorthand for a single argument: `x => y`
- Function syntax: `let f(x) = y`
- Capturing of variables from the environment
- Error messages for too few / many passed arguments

Does not support:
- Named arguments
- Variadic arguments with `..`
2021-03-03 17:53:40 +01:00
2020-11-19 23:46:51 +01:00
2021-02-20 23:34:33 +01:00
2021-03-02 17:31:41 +01:00
2021-03-03 17:53:40 +01:00
2021-03-03 17:53:40 +01:00
2021-03-03 17:53:40 +01:00
2021-03-02 15:45:01 +01:00
2021-03-03 17:53:40 +01:00
2020-08-30 22:07:16 +02:00
Description
No description provided
194 MiB
Languages
Rust 86.4%
Typst 13%
TypeScript 0.4%
Nix 0.1%